We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c9e6f commit 94e6937Copy full SHA for 94e6937
public/css/manifesto.css
@@ -224,7 +224,8 @@ body {
224
* Sidebar
225
*/
226
227
- Hide for mobile, show later
+ /*Hide for mobile, show later*/
228
+
229
.sidebar {
230
display: none;
231
}
@@ -295,6 +296,17 @@ body {
295
296
297
298
299
+@media screen and (max-width:350px) {
300
+ .navbar-header a {
301
+ float:left;
302
+ width:75%;
303
+ }
304
305
+ .navbar-header a img {
306
+ max-width:100%;
307
308
+}
309
310
h1, h2, h3, h4, h5
311
{
312
font-family: 'Abel', sans-serif;
0 commit comments