mirror of
https://github.com/DerTyp7/street-map-typescript.git
synced 2025-10-29 12:52:11 +01:00
fixed map size
This commit is contained in:
@@ -34,5 +34,5 @@ header p{
|
||||
|
||||
#map{
|
||||
width: 100%;
|
||||
height: 1000px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
@import url('https://fonts.googleapis.com/css?family=Roboto');
|
||||
html{
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Roboto';
|
||||
color: var(--text-color);
|
||||
@@ -6,4 +10,9 @@ body {
|
||||
--header-color: #D1DFB7;
|
||||
--sidebar-color: #FAE6BE;
|
||||
--text-color: black;
|
||||
}
|
||||
position:absolute;
|
||||
top:0;
|
||||
bottom:0;
|
||||
right:0;
|
||||
left:0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user