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