aboutsummaryrefslogtreecommitdiff
path: root/app/assets/sass/_nav.scss
blob: 8c86ef7510662b9694b81b5460c8a5f8d7e758db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
nav {
  font-size: round($font-size-base * 1.3);
  background-color: #fff;
  padding: round($padding-lg * 1.5);

  .nav-container {
    width: $page-width;
    margin: auto;
  }

  .about {
     float: right;
     line-height: 2;
     margin-left: $padding-xl;
 }
}