diff --git a/css/styles.css b/css/styles.css index 1747055..d657cf7 100644 --- a/css/styles.css +++ b/css/styles.css @@ -215,7 +215,7 @@ header { bottom: -50px; left: 0; right: 0; - width: 280px; + width: 100%; min-height: 50px; background: #323232; color: #fff; @@ -553,3 +553,9 @@ button.turn-on-sync { height: 28px; margin-left: 10px; } + +@media all and (min-width: 481px) { + .snackbar { + width: 320px; + } +}