Skip to content

Commit 94e6937

Browse files
committed
Fixed header logo so it resizes and does not cover content on smaller screens
1 parent 62c9e6f commit 94e6937

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

public/css/manifesto.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,8 @@ body {
224224
* Sidebar
225225
*/
226226

227-
Hide for mobile, show later
227+
/*Hide for mobile, show later*/
228+
228229
.sidebar {
229230
display: none;
230231
}
@@ -295,6 +296,17 @@ body {
295296
}
296297
}
297298

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+
298310
h1, h2, h3, h4, h5
299311
{
300312
font-family: 'Abel', sans-serif;

0 commit comments

Comments
 (0)