Commit 6ee7dff6 authored by Ujvari Gergely's avatar Ujvari Gergely Committed by Randall Leeds

Bugfix: Correct stream-padding-top error introduced in previous commit

parent 85a3dbfc
......@@ -971,9 +971,15 @@ body {
margin-bottom: 0; }
#stream {
width: 100%;
padding-top: 6em;}
width: 100%;}
.nav .inner {
width: 100%;}
}
\ No newline at end of file
}
@media(max-width:214spx)
{
#stream {
padding-top: 6em;}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment