Sha256: e0655d260d3e5def4c0e8ba79fb6bb797f27c241f058369c38af83507c21ec50

Contents?: true

Size: 1.12 KB

Versions: 1

Compression:

Stored size: 1.12 KB

Contents

/**
 * Header
 */

.site-header {
  position: fixed;
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0 20px;
  border-bottom: 1px solid #eee;
  background: #fff;
  z-index: 1;
  line-height: 50px;
  font-size: 20px;
  box-sizing: border-box;

  text-align: center;

  a {
    text-decoration: none;
  }
}

.title {
  float: left;
}

@media only screen and ( max-width: 480px ) {
  .logo {
    display: none;
  }
}

.site-nav {
  float: right;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}

.sidebar-nav-item {
  color: black;
}

.sidebar-nav-item {
  padding: 0 10px;
}

/**
 * Home
 */

.info h1 {
  font-weight: 400;
}

.avatar {
  height: 48px;
  border-radius: 48px;
}

.container {
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto;
}

.post-list {
  list-style: none;
}

/**
 * Post
 */
.post-title {
  font-size: 40px;
  font-weight: 400;
}

/**
 * Archive
 */
.archive {
  float: right;
}

/**
 * reward
 */
.reward {
  border-top: 1px solid rgba(0,0,0,0.13);
  border-bottom: 1px solid rgba(0,0,0,0.13);
  text-align: center;
  margin-top: 48px;
  color: #999;
  padding: 1em 0;
  font-size: 14px;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gravid-0.1.6 _sass/gravid/_layout.scss