Skip to content

Commit 407aa9a

Browse files
committed
css: fix small screen formatting
This was made fantastically easy by using the excellent project at https://github.com/mattkersley/Responsive-Design-Testing Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 0e91754 commit 407aa9a

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

css/small.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
}
101101

102102
.feature h2 {
103-
font-size: 1.6em;
103+
font-size: 1.1em;
104104
}
105105

106106
.feature article {
@@ -115,8 +115,13 @@
115115
width: 30%;
116116
}
117117

118+
.featurebutton {
119+
width: 40%;
120+
}
121+
118122
nav ul {
119-
float: none;
123+
float: right;
124+
margin-top: 0;
120125
}
121126
footer h1 {
122127
display: none;
@@ -133,7 +138,7 @@
133138
}
134139

135140
.feature h2 {
136-
font-size: 1.6em;
141+
font-size: 1em;
137142
}
138143

139144
.feature article {

0 commit comments

Comments
 (0)