Update layout to vertical halves and ensure new Google Maps link is used
This commit is contained in:
parent
b14a933f1a
commit
68c65f0c0c
|
@ -12,11 +12,13 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
}
|
||||
.map-container {
|
||||
width: 100%;
|
||||
height: 50vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
}
|
||||
iframe {
|
||||
flex: 1;
|
||||
|
@ -45,7 +47,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="map-container">
|
||||
<iframe src="https://www.google.com/maps/d/u/0/viewer?mid=1CH09O8Gp7sQ6H2GdybFvRdLB-1vElVc&ll=39.03554998301922,-105.29915470303165&z=14"></iframe>
|
||||
<iframe src="https://www.google.com/maps/d/u/0/viewer?mid=1CH09O8Gp7sQ6H2GdybFvRdLB-1vElVc&ll=39.034084596004874,-105.30166849999999&z=15"></iframe>
|
||||
<iframe src="https://www.gaiagps.com/public/VVXcZPvEfvAbvRWi5F0DQPNT/?embed=True" style="border:none; overflow-y: hidden; background-color:white;"></iframe>
|
||||
</div>
|
||||
<div class="buttons">
|
||||
|
|
Loading…
Reference in New Issue