Sha256: 50bd43034fa9b943822122ea417368447cd1a11f182e1724b2fa06a7b2e1fc86

Contents?: true

Size: 1.22 KB

Versions: 8

Compression:

Stored size: 1.22 KB

Contents

<html>
{%- include head/index.html -%}

<style>
  .footer-container {
    margin-top: 200px !important;
  }

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



  {%- if page.tool != 'words-that-start-with-the-letters' -%}
  <script data-url="{{site.url}}" data-range="{{page.blanktilerange}}" src="/assets/js/wordScrabble.js"></script>
  {%- endif -%}
</body>

</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
word-games-theme-1.0.1 _layouts/page.html
word-games-theme-1.0.0 _layouts/page.html
word-games-theme-0.9.9 _layouts/page.html
word-games-theme-0.9.8 _layouts/page.html
word-games-theme-0.9.7 _layouts/page.html
word-games-theme-0.9.6 _layouts/page.html
word-games-theme-0.9.5 _layouts/page.html
word-games-theme-0.9.4 _layouts/page.html