Skip to content

Commit 0e91754

Browse files
committed
css: repair small screen sections
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent aacfcc4 commit 0e91754

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

css/small.css

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333

3434
.content {
3535
width: 100%;
36-
min-width: 700px;
37-
max-width: 700px;
36+
min-width: 600px;
3837
}
3938

4039
header {
@@ -69,10 +68,9 @@
6968
}
7069
}
7170

72-
@media screen and (max-width: 601px) {
71+
@media screen and (max-width: 600px) {
7372
.content {
74-
min-width: 601px;
75-
max-width: 601px;
73+
min-width: 380px;
7674
}
7775

7876
html {
@@ -96,14 +94,13 @@
9694
}
9795
}
9896

99-
@media screen and (max-width: 381px) {
97+
@media screen and (max-width: 380px) {
10098
.content {
101-
min-width: 381px;
102-
max-width: 381px;
99+
min-width: 240px;
103100
}
104101

105102
.feature h2 {
106-
font-size: 1.8em;
103+
font-size: 1.6em;
107104
}
108105

109106
.feature article {
@@ -126,10 +123,9 @@
126123
}
127124
}
128125

129-
@media screen and (max-width: 241px) {
126+
@media screen and (max-width: 240px) {
130127
.content {
131-
min-width: 241px;
132-
max-width: 241px;
128+
min-width: 240px;
133129
}
134130

135131
html {

0 commit comments

Comments
 (0)