mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-07 20:18:49 +00:00
Moved the toastcontainer to the left on mobile
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
}
|
||||
|
||||
#toast-container{
|
||||
left:2% !important;
|
||||
left:2%;
|
||||
cursor:pointer;
|
||||
/*pointer-events:none;*/
|
||||
}
|
||||
@@ -1210,6 +1210,10 @@ nav ul li:hover, nav ul li.active {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#toast-container{
|
||||
left:0% !important;
|
||||
}
|
||||
|
||||
.brand-mobile{
|
||||
padding-left:0px !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user