Minor mobile fix for social links in header

This commit is contained in:
AlxMedia 2021-08-20 21:45:51 +02:00
parent c53229348c
commit f91185a775

View file

@ -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; }