diff --git a/.gitignore b/.gitignore index dd5493a..eb0f790 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /node_modules/ .jekyll-metadata _site +.bundle +vendor/ diff --git a/_includes/head.html b/_includes/head.html index 2d40de2..7635b1b 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -7,6 +7,10 @@
{% if event.street %}{{ event.street }}, {% endif %}{{ event.city }}, {{ event.country }}
diff --git a/assets/images/marker.png b/assets/images/marker.png new file mode 100644 index 0000000..2b502da Binary files /dev/null and b/assets/images/marker.png differ diff --git a/css/main.css b/css/main.css index 8ca0283..821b9ed 100644 --- a/css/main.css +++ b/css/main.css @@ -25,6 +25,17 @@ body { overflow: auto; } +.map { + width: 100%; + height: 300px; + margin-bottom: 2em; +} + +.marker { + background-size: cover; + margin-top: -37px; +} + @media screen and (min-width: 800px) { .logo { float: left;