Sha256: eb685878daf9aa837c0c79cea2b4a87b6eebe5e06114eb932793541a468df0e7

Contents?: true

Size: 414 Bytes

Versions: 1

Compression:

Stored size: 414 Bytes

Contents

.header {
  margin-bottom: 30px;
  position: relative;
}

.header h1{
  font-size: 30px;
  margin-bottom: 10px;
}

.header a{
  text-decoration: none;
}

.header a:hover{
  text-decoration: underline;
}

.header h3{
  font-size: 20px;
  font-family: 'Georgia';
  color:#888;
}

.header::after{
  content: " ";
  width: 100px;
  position: absolute;
  bottom: -17px;
  left: 0;
  border-bottom: 5px solid #2C9140;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mountain_view-0.14.0 test/dummy/app/components/meta_header/meta_header.css