Files
Globaly-CSS-Practice/style/_sixth-part.scss
2024-05-31 16:34:01 +02:00

65 lines
1.3 KiB
SCSS

.sixth-part {
.headline-card {
h4 {
font-family: Merriweather;
color: #31353d;
font-weight: 500;
font-size: 24px;
}
h2 {
font-family: Merriweather;
color: #31353d;
font-weight: 700;
font-size: 29px;
}
}
.profile-text {
p {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 1.4375;
font-family: MerriweatherSans;
letter-spacing: 0px;
text-align: left;
color: #777777;
}
strong{
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 1.27778;
font-family: Merriweather;
color: #31353d;
}
}
padding: 30px 0 70px 0;
}
@media only screen and (min-width:768px) {
.sixth-part{
.profile-card{
margin: 0;
}
}
}
@media only screen and (min-width:992px) {
.sixth-part{
.headline-card{
h2 {
font-size: 48px !important;
}
h4{
font-size: 29px !important;
}
}
}
}