This commit is contained in:
2026-04-15 05:21:48 +09:00
parent c682b27c33
commit b303306a84
4 changed files with 17 additions and 17 deletions
+3 -3
View File
@@ -237,7 +237,7 @@ section h2, section h3 {
.hide {
display: none;
}
@media (max-width: 1080px) {
@media (max-width: 720px) {
.bold-on-small {
font-weight: 400;
}
@@ -245,12 +245,12 @@ section h2, section h3 {
display: block;
}
}
@media (min-width: 1080px) and (max-width: 1200px) {
@media (min-width: 720px) and (max-width: 1080px) {
.hide.show-on-medium {
display: block;
}
}
@media (min-width: 1200px) {
@media (min-width: 1080px) {
.hide.show-on-large {
display: block;
}
+3 -3
View File
@@ -284,7 +284,7 @@ section h2, section h3 {
.hide {
display: none;
}
@media (max-width: 1080px) {
@media (max-width: 720px) {
.bold-on-small {
font-weight: 400;
}
@@ -292,12 +292,12 @@ section h2, section h3 {
display: block;
}
}
@media (min-width: 1080px) and (max-width: 1200px) {
@media (min-width: 720px) and (max-width: 1080px) {
.hide.show-on-medium {
display: block;
}
}
@media (min-width: 1200px) {
@media (min-width: 1080px) {
.hide.show-on-large {
display: block;
}