home » zplus/freepost.git
Author zPlus <zplus@peers.community> 2018-07-23 05:49:05
Committer zPlus <zplus@peers.community> 2018-07-23 05:49:05
Commit 1f2e620 (patch)
Tree 1905463
Parent(s)

Add CSS @media query to change <footer> layout on smaller screens. modified: freepost/static/stylus/freepost.styl


commits diff: cc0ee4e..1f2e620
1 file changed, 4 insertions, 0 deletionsdownload


Diffstat
-rwxr-xr-x freepost/static/stylus/freepost.styl 4

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+4/-0 M   freepost/static/stylus/freepost.styl
index 7ace0aa..b9d1ab2
old size: 11K - new size: 11K
@@ -341,3 +341,7 @@ body
341 341 > li
342 342 float left
343 343 margin 0 2em 0 0
344 +
345 + @media screen and (max-width: 600px)
346 + float none
347 + margin 1rem 0