Skip to content
Snippets Groups Projects
Commit 37e26cfe authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Fix closing h tag

parent e958c715
Branches
No related tags found
No related merge requests found
......@@ -196,7 +196,7 @@
/* Screen size adjustments */
@media (max-width: 500px) and (orientation: portrait)
@media screen and (orientation: portrait) and (max-width: 500px)
{
#legend {
display: none;
......@@ -314,7 +314,7 @@
<li class="paere">Pære</li>
<li class="plante">Annet</li>
</ul>
<h5>Forekomststørrelse</h3>
<h5>Forekomststørrelse</h5>
<ul id="quantity100minus">
<li>Mindre enn 100 planter</li>
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment