--
This commit is contained in:
@@ -237,7 +237,7 @@ section h2, section h3 {
|
||||
.hide {
|
||||
display: none;
|
||||
}
|
||||
@media (max-width: 720px) {
|
||||
@media (max-width: 740px) {
|
||||
.bold-on-small {
|
||||
font-weight: 400;
|
||||
}
|
||||
@@ -245,7 +245,7 @@ section h2, section h3 {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
@media (min-width: 720px) and (max-width: 1080px) {
|
||||
@media (min-width: 740px) and (max-width: 1080px) {
|
||||
.hide.show-on-medium {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -284,7 +284,7 @@ section h2, section h3 {
|
||||
.hide {
|
||||
display: none;
|
||||
}
|
||||
@media (max-width: 720px) {
|
||||
@media (max-width: 740px) {
|
||||
.bold-on-small {
|
||||
font-weight: 400;
|
||||
}
|
||||
@@ -292,7 +292,7 @@ section h2, section h3 {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
@media (min-width: 720px) and (max-width: 1080px) {
|
||||
@media (min-width: 740px) and (max-width: 1080px) {
|
||||
.hide.show-on-medium {
|
||||
display: block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user