1
0
mirror of https://github.com/ascribe/onion.git synced 2025-01-03 10:25:08 +01:00

Make header notification full width on mobile

This commit is contained in:
Brett Sun 2015-11-28 23:37:46 +01:00
parent a21e450a93
commit 720cf472c8

View File

@ -2,8 +2,9 @@ $break-small: 764px;
$break-medium: 991px; $break-medium: 991px;
$break-medium: 1200px; $break-medium: 1200px;
.notification-header,.notification-wrapper { .notification-header, .notification-wrapper {
width: 350px; min-width: 350px;
width: 100%;
} }
.notification-header { .notification-header {
@ -81,4 +82,4 @@ $break-medium: 1200px;
border: 1px solid #cccccc; border: 1px solid #cccccc;
background-color: white; background-color: white;
margin-top: 1px; margin-top: 1px;
} }