Sha256: d6fc95c95e6e6290c6aea8948cb3078660fba8ce458d3800507464f554f3c9d9

Contents?: true

Size: 825 Bytes

Versions: 7

Compression:

Stored size: 825 Bytes

Contents

// The style of the site's title, secondary description and navigation

.masthead {
  padding-top:    1rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  text-align: center;
}

.masthead-title {
  margin-top: 0;
  margin-bottom: 20px;
  color: $text;
  position: relative;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  
  @media (prefers-color-scheme: light) {
   color: $light-scheme-text;
     }

  a {
    color: inherit;
  }

  small {
    font-size: 75%;
    font-weight: 400;
    opacity: .5;
  }
}

.navigation {
  display: block;
  font-size: 100%;
  font-weight: 500;
  color: #333333;
  
ul#navigation-list {
  list-style: none;
  margin: 0;
  padding: 0;
  }
  ul#navigation-list li {
  display: inline;
  list-style: none;
	padding-left: 6.5px;
  padding-right: 6.5px;
	margin: 0;
    }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
quattle-1.5.5 _sass/_masthead.scss
quattle-1.5.4 _sass/_masthead.scss
quattle-1.5.3 _sass/_masthead.scss
quattle-1.5.2 _sass/_masthead.scss
quattle-1.5.1 _sass/_masthead.scss
quattle-1.5.0 _sass/_masthead.scss
quattle-1.4.0 _sass/_masthead.scss