Sha256: 39daa3232663989c1547a8e8743b5a1ee19791a079cd68e452eca4a6943e28e0

Contents?: true

Size: 1.26 KB

Versions: 28

Compression:

Stored size: 1.26 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 header/index.html -%}

  {%- include section/commonPage.html -%}


  {%- include share/socialshare.html -%}

  {%- include footer/index.html -%}


  <script src="/assets/js/wordScrabble.js"></script>


  <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
</body>

</html>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
word-games-theme-0.4.7 _layouts/page.html
word-games-theme-0.4.6 _layouts/page.html
word-games-theme-0.4.5 _layouts/page.html
word-games-theme-0.4.4 _layouts/page.html
word-games-theme-0.4.3 _layouts/page.html
word-games-theme-0.4.2 _layouts/page.html
word-games-theme-0.4.1 _layouts/page.html
word-games-theme-0.4.0 _layouts/page.html
word-games-theme-0.3.9 _layouts/page.html
word-games-theme-0.3.8 _layouts/page.html
word-games-theme-0.3.7 _layouts/page.html
word-games-theme-0.3.6 _layouts/page.html
word-games-theme-0.3.5 _layouts/page.html
word-games-theme-0.3.4 _layouts/page.html
word-games-theme-0.3.3 _layouts/page.html
word-games-theme-0.3.2 _layouts/page.html
word-games-theme-0.3.1 _layouts/page.html
word-games-theme-0.3.0 _layouts/page.html
word-games-theme-0.2.9 _layouts/page.html
word-games-theme-0.2.8 _layouts/page.html