Skip to content

Commit

Permalink
navbar uppercasification
Browse files Browse the repository at this point in the history
  • Loading branch information
tsm15002 committed Sep 13, 2016
1 parent 2d27b81 commit 551055b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions dist/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,7 @@ html {

.pageNav__link {
display: block;
text-transform: uppercase;
text-decoration: none;
font-size: 0.8em;
line-height: 2.5em;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/app.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/scss/base/elements/nav.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

.pageNav {
//width:100vw;
background-color:#383838;
border-top:0.2em solid #161616 !important;
border-bottom:0.75em solid;
Expand Down Expand Up @@ -91,6 +90,7 @@

.pageNav__link {
display:block;
text-transform:uppercase;
text-decoration:none;
font-size:0.8em;
line-height:2.5em;
Expand Down

0 comments on commit 551055b

Please sign in to comment.