Commit db2354f0 by Iren

add style for h1 (max 1250)

parent e055faa8
...@@ -346,6 +346,13 @@ h1 { ...@@ -346,6 +346,13 @@ h1 {
margin-bottom: 2.5%; margin-bottom: 2.5%;
text-align: left; text-align: left;
} }
@media (max-width: 1240px) {
h1 {
font-size: 34px;
line-height: 46px;
margin-bottom: 5px;
}
}
@media (max-width: 992px) { @media (max-width: 992px) {
h1 { h1 {
font-size: 36px; font-size: 36px;
......
...@@ -292,6 +292,11 @@ h1 { ...@@ -292,6 +292,11 @@ h1 {
letter-spacing: 1.3px; letter-spacing: 1.3px;
margin-bottom: 2.5%; margin-bottom: 2.5%;
text-align: left; text-align: left;
@media (max-width: 1240px) {
font-size: 34px;
line-height: 46px;
margin-bottom: 5px;
}
@media (max-width: 992px) { @media (max-width: 992px) {
font-size: 36px; font-size: 36px;
line-height: 46px; line-height: 46px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment