Skip to content

Commit b9956a5

Browse files
committed
fixed footer on small screens
1 parent 23fa26e commit b9956a5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

style.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,22 @@ footer p {
177177
float: right;
178178
display: block;
179179
}
180+
.footleft {
181+
float: none;
182+
margin-left: 0;
183+
}
184+
.footright {
185+
float: none;
186+
margin-right: 0;
187+
}
188+
.footleft a {
189+
display: block;
190+
text-align: center;
191+
}
192+
.footright a {
193+
display: block;
194+
text-align: center;
195+
}
180196
}
181197

182198
/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */

0 commit comments

Comments
 (0)