mirror of
https://github.com/DerTyp7/apartment-altenau-nextjs.git
synced 2025-10-29 12:52:12 +01:00
[init] initlialize next app & convert old react app
This commit is contained in:
16
styles/Map.module.scss
Normal file
16
styles/Map.module.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
.map {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
a {
|
||||
flex: 1;
|
||||
float: right;
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#googleMap {
|
||||
flex: 1;
|
||||
aspect-ratio: 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user