From 950915ab97167b86df3c82e78225810a01354567 Mon Sep 17 00:00:00 2001 From: gokulkrishh Date: Sun, 4 Sep 2016 21:20:22 +0530 Subject: [PATCH] Updated snackbar --- css/styles.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; + } +}