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:
parent
a21e450a93
commit
720cf472c8
@ -3,7 +3,8 @@ $break-medium: 991px;
|
||||
$break-medium: 1200px;
|
||||
|
||||
.notification-header, .notification-wrapper {
|
||||
width: 350px;
|
||||
min-width: 350px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.notification-header {
|
||||
|
Loading…
Reference in New Issue
Block a user