make map take full screen width
This commit is contained in:
parent
0af39ad212
commit
f1fe945f16
@ -1013,8 +1013,13 @@ label:hover {
|
||||
|
||||
/* publishers map */
|
||||
#map {
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 4rem;
|
||||
z-index: -1;
|
||||
/* z-index: -1; */
|
||||
|
||||
/* makes map "break out of container" and take full-width */
|
||||
width: 100vw !important;
|
||||
transform: translateX(-10%);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user