Sha256: dd4ff84cbfca8ca22af8c6a7d1aae23162157f9355fac0eceb74f62fc3be0a10
Contents?: true
Size: 1.68 KB
Versions: 3
Compression:
Stored size: 1.68 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 -%} {%- if site.MonumetricID -%} {%- include footer/unqFooter.html -%} {%- else -%} {%- include footer/index.html -%} {%- endif -%} {%- include script.html -%} {%- if site.MonumetricID -%} <script src="/assets/js/X-letter-test.js" data-url="{{site.url}}" data-range="{{page.blanktilerange}}" data-letter="{{page.letter}}" data-ablank="{{page.ablank}}"></script> {%- else -%} <script src="/assets/js/X-letter.js" data-url="{{site.url}}" data-range="{{page.blanktilerange}}" data-letter="{{page.letter}}" data-ablank="{{page.ablank}}"></script> {%- endif -%} </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
word-games-theme-1.1.4 | _layouts/page2.html |
word-games-theme-1.1.3 | _layouts/page2.html |
word-games-theme-1.1.2 | _layouts/page2.html |