mirror of
https://github.com/DerTyp7/apartment-altenau-nextjs.git
synced 2025-10-28 20:32:13 +01:00
17 lines
188 B
SCSS
17 lines
188 B
SCSS
.map {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
a {
|
|
flex: 1;
|
|
float: right;
|
|
width: 100%;
|
|
text-align: right;
|
|
}
|
|
|
|
#googleMap {
|
|
flex: 1;
|
|
aspect-ratio: 1;
|
|
}
|
|
}
|