diff --git a/css/layout-home.css b/css/layout-home.css index 79507b1..f3bd75f 100644 --- a/css/layout-home.css +++ b/css/layout-home.css @@ -272,6 +272,20 @@ details#invite[open] summary { text-align: center; } +.map_button { + + display: flex; + align-items: center; + justify-content: center; + padding-bottom: 12px; +} + +.map_button img { + + width: 48px !important; + padding-right: 8px; +} + /* ------------------------------------------ GUIDES ------------------------------------------ */ diff --git a/img/Mapping_Kit.png b/img/Mapping_Kit.png new file mode 100644 index 0000000..00383f5 Binary files /dev/null and b/img/Mapping_Kit.png differ diff --git a/index.php b/index.php index 218d9a0..f748465 100644 --- a/index.php +++ b/index.php @@ -15,7 +15,7 @@ include 'templates/header.php';