Sha256: 506773880d2127efcac59bed29e998a1219b3cdb583944b3f17ea3195d6aaba5

Contents?: true

Size: 1.99 KB

Versions: 1

Compression:

Stored size: 1.99 KB

Contents

$accent: #f22939;
$header-text: #242525;
$text: #363838;

html {
  box-sizing: border-box;
}

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

body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  color: $text;
  font-family: "Libre Baskerville", serif;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

.wrapper {
  margin: 0 auto;
  max-width: 1000px;
  min-height: 100%;
}

h1,
h2 {
  color: $header-text;
  margin: 0;
}

h1 {
  font-size: 24px;
  line-height: 1.73;
}

h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.73;
}

em {
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
}

.accent {
  color: $accent;
}

main {
  margin: 0 0 0 auto;
  padding: 136px 0 0;
  width: 616px;
}

.date {
  font-size: 10px;
  font-weight: 600;
  line-height: 2.4;
  margin: 4px 0 0;
}

.post {
  display: flex;
  justify-content: space-between;
  margin: 0 0 44px;
}

.post-details {
  width: 488px;
}

.excerpt {
  font-size: 14px;
  line-height: 1.73;
  margin: 0;
}

header {
  align-items: center;
  display: flex;
  height: 100vh;
  position: fixed;
}

.logo {
  height: 136px;
  position: relative;
  width: 103px;
}

.small-logo {
  height: 46px;
  position: relative;
  width: 61px;
}

.under {
  left: 0;
  position: absolute;
  width: 232px;
}

article {
  font-size: 16px;
  line-height: 1.73;
  text-align: justify;

  h2 {
    color: $accent;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    margin: 0;
    padding: 28px 0;
  }

  p {
    margin: 0 0 28px;
  }

  a {
    color: $accent;
  }
}

.social {
  margin: 16px 0 0;

  a {
    display: inline-block;
    font-size: 16px;
    margin: 0 16px 0 0;
  }
}

.back {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  margin: 24px 0 0;
}

.highlight {
  margin: 0 0 24px;
  padding: 0 0 0 52px;

  pre {
    line-height: 20px;
    margin: 0;
    overflow: scroll;
  }

  code {
    font-family: "Inconsolata", monospace;
    font-size: 14px;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yefeme-0.3.0 _sass/yefeme.scss