Skip to content

Commit

Permalink
Make site title responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnTeoh committed Mar 30, 2017
1 parent a8af953 commit bceeeea
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions assets/css/main.sass
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,12 @@ nav
.page-title
font-size: 36px
font-weight: bold

nav.top-nav
height: 80px

.page-title
line-height: 80px

nav
&.top-nav
height: 80px

// Footer
footer.page-footer
margin-top: 10px
Expand Down Expand Up @@ -88,4 +87,9 @@ main

nav
.nav-wrapper
text-align: center
text-align: center

@media only screen and (max-width: 600px)
nav
.page-title
font-size: 20px

0 comments on commit bceeeea

Please sign in to comment.