Add WIP notice for exam retakes

This commit is contained in:
Midgard 2020-08-01 22:47:55 +02:00
parent 7040282def
commit 3f44786c0e
Signed by: midgard
GPG Key ID: 511C112F1331BBB4
2 changed files with 16 additions and 1 deletions

View File

@ -3,11 +3,18 @@ html, body {
padding: 0px;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
}
.notice {
padding: 0.5em;
background: linear-gradient(#fdfdfd 75%, #ececec);
}
#map {
width: 100%;
height: 100%;
flex-grow: 1;
}
.leaflet-popup-content-wrapper,
@ -165,3 +172,9 @@ a.img-and-text-link:hover span {
max-height: 150px;
}
}
@media (min-width: 800px) and (min-height: 500px) {
.notice {
padding: 2em;
}
}

View File

@ -29,6 +29,8 @@
<script type="text/javascript" src="js/map.js"></script>
</head>
<body>
<div class="notice">We zijn druk in de weer om Blokmap klaar te stomen voor de herexamens. De komende dagen verschijnt er misschien nog een locatie in je buurt!</div>
<div id="map"></div>
<script id="popup-template" type="text/x-handlebars-template">