1
0
mirror of https://github.com/ascribe/onion.git synced 2025-02-14 21:10:27 +01:00

Merge pull request #41 from ascribe/make-mobile-mailbox-full-width

Make header notification full width on mobile
This commit is contained in:
Tim Daubenschütz 2015-11-30 12:01:19 +01:00
commit 638804837e

View File

@ -3,7 +3,8 @@ $break-medium: 991px;
$break-medium: 1200px;
.notification-header, .notification-wrapper {
width: 350px;
min-width: 350px;
width: 100%;
}
.notification-header {