Skip to content

Commit

Permalink
Fixes #45 - Better layout for long button sections on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
lfkeitel committed Mar 29, 2018
1 parent b2644d7 commit 2506717
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public/assets/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ header img {
}

.btn {
display: inline-block;
text-decoration: none;
font-weight: bold;
padding: 5px 10px;
Expand All @@ -80,6 +81,12 @@ header img {
white-space: nowrap;
}

@media (max-width: 600px) {
.btn {
margin-top: 5px;
}
}

.truncate {
white-space: nowrap;
overflow: hidden;
Expand Down

0 comments on commit 2506717

Please sign in to comment.