Add maps page, starting on a mechanism to save interesting locations.

This commit is contained in:
Robert Marshall 2021-09-06 10:38:15 +01:00
parent deb3811f7a
commit b0c20e02a5
5 changed files with 64 additions and 0 deletions

View file

@ -3,6 +3,7 @@
$fa-font-path: "../webfonts";
@import "../../node_modules/@fortawesome/fontawesome-free/scss/fontawesome.scss";
@import "../../node_modules/@fortawesome/fontawesome-free/scss/solid.scss";
@import "map.css";
* {
box-sizing: border-box;