diff options
| -rw-r--r-- | static/wedding.css | 6 | ||||
| -rw-r--r-- | templates/getting.html | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/static/wedding.css b/static/wedding.css index b7343ba..92e8dfd 100644 --- a/static/wedding.css +++ b/static/wedding.css @@ -71,4 +71,8 @@ h3 { text-align: center; width:400px; margin: 1em auto 0 -}
\ No newline at end of file +} + +iframe { + border: none; +} diff --git a/templates/getting.html b/templates/getting.html index 5b6195a..652515b 100644 --- a/templates/getting.html +++ b/templates/getting.html @@ -23,6 +23,6 @@ parish, and the reception at la Magnanerie de Saint-Isidore in Hyères. Both locations are marked on the map below.")}} </p> <p> - <iframe src="https://mapsengine.google.com/map/u/1/embed?mid=zDCK0FQiVHQI.{{_('kQKjCnW54WqY')}}" width="100%" height="300"></iframe> + <iframe src="https://mapsengine.google.com/map/u/1/embed?mid=zDCK0FQiVHQI.{{_('kQKjCnW54WqY')}}" width="100%" height="400"></iframe> </p> {% endblock %} |
