✨ Added map
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
.mapContainer {
|
||||
position: relative;
|
||||
width: 100svw;
|
||||
height: 100svh;
|
||||
}
|
||||
|
||||
.appMessage {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
display: block;
|
||||
width: 90svw;
|
||||
font-size: 2rem;
|
||||
text-align: center;
|
||||
color: #ffffff;
|
||||
|
||||
@media (max-width: 992px) {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user