Commit: a1c6585555ce91bbd0b46b741b9a6e6bfa7898d5 Author: Webysther Nunes <[email protected]> Thu, 2 Jun 2016 17:59:17 -0300 Parents: 431540b7ff7ce9c31b4a2e5c6cb8b5c47cad3504 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=a1c6585555ce91bbd0b46b741b9a6e6bfa7898d5 Log: Correction for big screen Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index dbd0088..70a1cba 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -1883,7 +1883,7 @@ aside.tips div.inner { box-sizing: border-box; }} @media only screen and (min-width: 30em) { - .col { width: 40%; } + .col { width: 50%; } } /* }}} */ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
