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