Sha256: ecd0ce03c61a3bf27f8115a5b16d7528045e8d39d1bfd79929c58c94ecf1f4f9
Contents?: true
Size: 1.29 KB
Versions: 13
Compression:
Stored size: 1.29 KB
Contents
<html> {%- include head/index.html -%} <style> @media(max-width:768px) { /* social icons style */ .social-icons { position: relative !important; width: 100% !important; height: 0px; display: flex; top: 0; font-size: 15px; color: #fff; flex-direction: row; z-index: 0; border-top-left-radius: 8px; border-bottom-left-radius: 8px; background: transparent !important; box-shadow: none !important; line-height: 30px; } .social-icons a { padding: 50px; color: #000 !important; font-size: 2rem !important; } .social-icon { margin: 0 !important; color: gray; } .social-icon:hover { color: black; } .social-icons a { padding: 10px; } } </style> <body> {%- include section/commonPage.html -%} {%- include share/socialshare.html -%} {%- include footer/index.html -%} {%- include script.html -%} <script src="/assets/js/X-letter.js" data-url="{{site.url}}" data-letter="{{page.letter}}" data-ablank="{{page.ablank}}"></script> </body> </html>
Version data entries
13 entries across 13 versions & 1 rubygems