TRI-283: end adaptive 1920 + start header
This commit is contained in:
@@ -58,6 +58,13 @@ h2, .h2 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
@media (min-width: 1720px) {
|
||||
h2, .h2 {
|
||||
font-size: 28px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
h3, .h3 {
|
||||
font-size: 20px;
|
||||
line-height: 28px;
|
||||
@@ -75,6 +82,13 @@ p {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
@media (min-width: 1720px) {
|
||||
p {
|
||||
font-size: 20px;
|
||||
line-height: 26px;
|
||||
}
|
||||
}
|
||||
|
||||
b {
|
||||
font-weight: 500;
|
||||
}
|
||||
@@ -109,7 +123,7 @@ b {
|
||||
|
||||
@media (min-width: 1720px) {
|
||||
.title {
|
||||
font-size: 44px;
|
||||
font-size: 48px;
|
||||
margin-bottom: 22px;
|
||||
}
|
||||
}
|
||||
@@ -122,7 +136,7 @@ b {
|
||||
@media (min-width: 1720px) {
|
||||
.subtitle {
|
||||
font-size: 20px;
|
||||
margin-bottom: 97px;
|
||||
margin-bottom: 105px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -130,8 +144,31 @@ b {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hide__xxl {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@media (min-width: 1720px) {
|
||||
.hide__xxl {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.show__xxl {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (min-width: 1720px) {
|
||||
.show__xxl {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1440px) {
|
||||
.is-container.wrapper_main {
|
||||
max-width: initial;
|
||||
}
|
||||
.br--xxl {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user