Commit: 41ccdfedb1c9007aea1a9be2203fcb756ce3fe01 Author: Arnaud Lemercier <[email protected]> Mon, 24 Jul 2017 01:08:44 +0200 Parents: 9bfc631ea1f40b23a2f209d25c72885d23278dfb Branches: master
Link: http://git.php.net/?p=web/news.git;a=commitdiff;h=41ccdfedb1c9007aea1a9be2203fcb756ce3fe01 Log: add a small margin on the right of the search box on small screen Changed paths: M style.css Diff: diff --git a/style.css b/style.css index ae39e93..252146a 100644 --- a/style.css +++ b/style.css @@ -98,15 +98,15 @@ body { .header-inner { max-width: 1440px; + padding: 0 .75rem; margin: auto; position: relative; } .header-brand { - margin-right: .75rem; display: inline-block; max-height: 48px; - padding: .75rem .75rem .75rem 1.5rem; + padding: .75rem .75rem .75rem .75rem; margin-right: 1.5rem; text-decoration: none; line-height: 24px; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
