Add GPS map generation and display on index and new pages
This commit is contained in:
parent
0fd6d43adb
commit
d640491e16
4 changed files with 626 additions and 11 deletions
16
style.css
16
style.css
|
|
@ -45,3 +45,19 @@
|
|||
}
|
||||
|
||||
.describe-button{display:inline-block;margin-right:.6rem}
|
||||
.map-image{
|
||||
width: 100%;
|
||||
aspect-ratio: 16/9;
|
||||
background: #111315;
|
||||
border-radius: .5rem;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.map-image {
|
||||
width: 100%;
|
||||
aspect-ratio: 16 / 9;
|
||||
object-fit: contain;
|
||||
background: #111315;
|
||||
border-radius: .5rem;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue