Simplify responsive content layout CSS

This commit is contained in:
2026-04-22 13:41:53 +08:00
parent 0bed1d6976
commit 43492094bc
3 changed files with 158 additions and 156 deletions

View File

@@ -31,7 +31,7 @@ body {
position: relative;
text-align: left;
}
@media (max-width: 1200px) {
@media (max-width: 1199px) {
.sidenote,
.marginnote,
.marginnote-left {
@@ -142,7 +142,7 @@ label.margin-toggle:not(.sidenote-number) {
height: 100%;
}
@media (max-width: 1200px) {
@media (max-width: 1199px) {
label.margin-toggle:not(.sidenote-number) {
display: inline;
}