mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-01 07:35:17 +00:00
fix weird margin on small devices for alert boxes
This commit is contained in:
parent
550fac7752
commit
2bb8e0b231
@ -353,6 +353,12 @@ header {
|
||||
flex-wrap: wrap;
|
||||
width: 90%;
|
||||
margin: 1em auto;
|
||||
|
||||
@media (max-width: 500px) {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#alert_box,
|
||||
#info_box {
|
||||
flex: 49%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user