mirror of
https://ghproxy.net/https://github.com/AlxMedia/incolor.git
synced 2025-08-26 16:03:10 +08:00
Minor mobile fix for social links in header
This commit is contained in:
parent
c53229348c
commit
f91185a775
1 changed files with 3 additions and 2 deletions
|
@ -81,9 +81,10 @@
|
|||
/* header */
|
||||
#header,
|
||||
#header .pad { padding: 0; }
|
||||
.site-title { padding: 10px 0; margin: 0; width: 100%; float: none; line-height: 50px; border-bottom: 1px solid rgba(255,255,255,0.1); }
|
||||
.site-title { padding: 10px 0; margin: 0; width: 100%; float: none; line-height: 50px; }
|
||||
.site-title a { text-align: center; }
|
||||
#header .social-links { float: none; text-align: center; padding: 10px 0; margin-top: 0; margin-bottom: 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
|
||||
#header .social-links { float: none; text-align: center; padding: 0 0 10px; margin-top: 0; margin-bottom: 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
|
||||
#header .social-links li { margin-left: 4px; margin-right: 4px; }
|
||||
.toggle-search { position: absolute; left: 20px; bottom: -14px; width: 30px; z-index: 103; color: #333; margin-top: 0; margin-left: 0; }
|
||||
.toggle-search:hover,
|
||||
.toggle-search.active { color: #000; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue