This commit is contained in:
2026-04-15 05:26:46 +09:00
parent 55de1d07cf
commit bcbf88bc35
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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;
}