Commit: d30699e70ff998d4ef250c85497c0b1fd738f4e5 Author: Levi Morrison <[email protected]> Sat, 5 Apr 2014 13:24:32 -0600 Parents: 265d1a20dd7b6c2393ed51bf5bae64ac414bbe34 Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=d30699e70ff998d4ef250c85497c0b1fd738f4e5 Log: Give the fullscreen layout a bit of breathing room as some objects touch the edges. Changed paths: M styles/defaults.css Diff: diff --git a/styles/defaults.css b/styles/defaults.css index cd8e4e7..7b6cf2e 100644 --- a/styles/defaults.css +++ b/styles/defaults.css @@ -324,6 +324,11 @@ th { } } +@media (max-width:96rem) { + .fullscreen { + padding:0 .75rem; + } +} @media (min-width: 1020px) { .fullscreen { /* width should be evenly divisible by 4rem */ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
