aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevan Carpenter <git@dvn.me>2019-09-29 21:08:20 -0700
committerDevan Carpenter <git@dvn.me>2019-09-29 21:08:20 -0700
commit6f11981f07e2c4a0a53b30436fdd7cc43f2eeaba (patch)
treec598b59b4b11646c2f0a2b181fbb77ce274b53f4
parent2cbe42bfd44bcd324763f09e8afafe745ab32dbf (diff)
downloadwww-6f11981f07e2c4a0a53b30436fdd7cc43f2eeaba.tar.gz
www-6f11981f07e2c4a0a53b30436fdd7cc43f2eeaba.zip
styles: make alert banner responsive
-rw-r--r--static/styles.sass3
1 files changed, 1 insertions, 2 deletions
diff --git a/static/styles.sass b/static/styles.sass
index 31d7ecc8..1e97b5d9 100644
--- a/static/styles.sass
+++ b/static/styles.sass
@@ -289,11 +289,10 @@ header
289 display: flex; 289 display: flex;
290 overflow: hidden; 290 overflow: hidden;
291 background-color: #c4453c; 291 background-color: #c4453c;
292 height: 40px;
293 //position: absolute;
294 width: 100%; 292 width: 100%;
295 align-items: center; 293 align-items: center;
296 justify-content: center; 294 justify-content: center;
295 padding: 0.1em
297 296
298.alert-content 297.alert-content
299 //position: absolute; 298 //position: absolute;