Sha256: 913f46be7922a99a39b72a9f81bc780b999c8d8f0cfe2036d2816c68226efb2a

Contents?: true

Size: 723 Bytes

Versions: 2

Compression:

Stored size: 723 Bytes

Contents

html, body {
  margin: 0px !important;
  padding: 0px !important;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  color: #333;
  width: 100vw;
  height: 100vh;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a {
  &, &:link, &:visited {
    color: rgb(0, 122, 204);
    text-decoration: none;
  }

  &:hover {
    text-decoration: underline;
  }
}

h1 { font-size: 1.8rem; }
h2 { font-size: 1.4rem; }
h3 { font-size: 1rem; }
h4 { font-size: .8rem; }
h5 { font-size: .7rem; }
h6 { font-size: .6rem; }

.pan-text-lighter {
  font-weight: lighter;
}

.pan-layout {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
panthera-jekyll-0.0.3 _sass/main.scss
panthera-jekyll-0.0.2 _sass/main.scss