Files
Globaly-CSS-Practice/style/services/_form-s.scss
2024-06-11 10:40:26 +02:00

35 lines
765 B
SCSS

.p-form-s{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 1.4375;
font-family: MerriweatherSans, serif;
letter-spacing: 0px;
text-align: left;
color: #777777;
text-align: center;
}
.h6-form-s{
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 1.27778;
font-family: Merriweather;
letter-spacing: 0px;
color: #31353d;
margin-top: 18px;
margin-bottom: 8px;
}
@media only screen and (min-width:768px) {
.p-form-s{
padding: 0 12px !important;
}
}
@media only screen and (min-width:992px) {
.p-form-s{
padding: 0 450px !important;
}
}