Sha256: 1b79ee5884f1b8b706e4a3eca35c7e5cbb545f4e2d555e90ee77681a2b3b581a

Contents?: true

Size: 1.64 KB

Versions: 7

Compression:

Stored size: 1.64 KB

Contents

figure,
pre {
  margin: 0 0 $leading-height 0;
}

$main-width: columns-width(4);

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

div#grid {
  margin: 0 auto;
  padding: ($leading-height * 2) 0;
  width: $main-width;
}

@media screen and (max-width: $main-width + $gutter-width * 2) {
  body {
    padding-left: $gutter-width;
    padding-right: $gutter-width;
  }

  div#grid {
    width: 100%;
  }
}

header[role=banner] {
  text-align: center;
  margin-bottom: $leading-height * 2;
}

header[role=banner] h1 a {
  text-decoration: inherit;
  color: inherit;
}

header[role=banner] nav {
  width: 100%;
}

header[role=banner] nav ul {
  display: flex;
  flex-direction: row;
  margin: 0;
}

header[role=banner] nav ul li {
  list-style: none;
  flex-grow: 1;
  text-align: center;
}

header[role=banner] nav ul li a {
  display: block;
}

section#posts article {
  margin-bottom: $leading-height * 3;
}

section#post header h1 {
  margin-bottom: 0;
}

section#post header {
  margin-bottom: $leading-height;
}

section#archive > ul {
  margin-left: 0;
  list-style: outside none none;
  margin-bottom: $leading-height * 3;
}

section#archive > ul h1 {
  margin-bottom: 0;
}

article header time,
h2.post-date {
  line-height: $line-height;
  margin-bottom: $leading-height;
  display: block;
}

blockquote,
pre {
  margin-left: $indent-width;
}

hr {
  border-top: 1px double #aaa;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-bottom: $leading-height - 1;
}

sup {
  vertical-align: super;
  line-height: 0;
}

section hr {
  display: none;
}

article hr {
  display: block;
}

article img {
  max-width: 100%;
  vertical-align: middle;
}

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
gyrocycle-0.0.4 _sass/layout.scss
gyrocycle-0.0.3 _sass/layout.scss
gyrocycle-0.0.2 _sass/layout.scss
cyclist-0.7.5 _sass/layout.scss
gyrocycle-0.0.1 _sass/layout.scss
cyclist-0.7.4 _sass/layout.scss
cyclist-0.7.3 _sass/layout.scss