Skip to content

Commit aacfcc4

Browse files
committed
css: add more size-specific sections
This should help with the footer's links overlapping. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 829015d commit aacfcc4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

css/small.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
@media screen and (max-width: 1050px) {
2+
.content {
3+
width: 80%;
4+
}
5+
}
6+
7+
@media screen and (max-width: 880px) {
8+
.content {
9+
width: 90%;
10+
}
11+
}
12+
113
@media screen and (max-width: 700px) {
214
html {
315
font-size: 16px;

0 commit comments

Comments
 (0)