Skip to content

Commit

Permalink
Fixed tagline wrapping on small devices
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemers committed Oct 25, 2016
1 parent 38f7c6c commit a03ba8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
width:100%;
}

.tagline {
white-space: nowrap;
}


/** ======================================================= */
/** Github Ribbon */
Expand Down

0 comments on commit a03ba8c

Please sign in to comment.