Sha256: 91210f9131bea320430cb296f2b3d32e0dbc16553276621637ba72476dafa283

Contents?: true

Size: 739 Bytes

Versions: 5

Compression:

Stored size: 739 Bytes

Contents

@use "variables";
// Masthead
//
// Super small header above the content for site name and nav items

.masthead {
  display: flex; 
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  padding-bottom: .5rem;
  margin-bottom: var(--spacer-3);
  border-bottom: 0.125rem solid var(--muted);

  @media (min-width: variables.$breakpoint-md) {
    padding-top: var(--spacer);
  }
}

.masthead-title {
  margin-top: 0;
  margin-bottom: var(--spacer);
  font-size: 1.5rem;

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

.nav {
  padding-left: 0;
  margin-right: -.25rem;
  margin-bottom: 0;
  list-style: none;

  li {
    display: inline-block;
  }

  a {
    padding: .25rem;
    font-weight: 600;
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-gruv-poole-1.1.0 _sass/_masthead.scss
jekyll-theme-gruv-poole-1.0.3 _sass/_masthead.scss
jekyll-theme-gruv-poole-1.0.2 _sass/_masthead.scss
jekyll-theme-gruv-poole-1.0.1 _sass/_masthead.scss
jekyll-theme-gruv-poole-1.0.0 _sass/_masthead.scss