first commit
This commit is contained in:
65
style/_sixth-part.scss
Normal file
65
style/_sixth-part.scss
Normal file
@@ -0,0 +1,65 @@
|
||||
|
||||
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user