Skip to content

Commit

Permalink
Updated snackbar
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulkrishh committed Sep 4, 2016
1 parent 29a6a1e commit 950915a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ header {
bottom: -50px;
left: 0;
right: 0;
width: 280px;
width: 100%;
min-height: 50px;
background: #323232;
color: #fff;
Expand Down Expand Up @@ -553,3 +553,9 @@ button.turn-on-sync {
height: 28px;
margin-left: 10px;
}

@media all and (min-width: 481px) {
.snackbar {
width: 320px;
}
}

0 comments on commit 950915a

Please sign in to comment.