6
0
Fork 0

Standaard afbeeldingen niet met max-width van 100%

This commit is contained in:
Michael Boelen 2023-05-24 02:38:01 +02:00
parent b89f1ecbcb
commit 5172b4f62f
2 changed files with 5 additions and 5 deletions

View file

@ -1,11 +1,11 @@
img { img.max-width {
max-width: 100%; max-width: 100%;
height: auto; height: auto;
} }
img.shownormal { //img.shownormal {
max-width: initial; // max-width: initial;
} //}
.icon { .icon {
filter: invert(18%) sepia(32%) saturate(1326%) hue-rotate(183deg) brightness(93%) contrast(95%); filter: invert(18%) sepia(32%) saturate(1326%) hue-rotate(183deg) brightness(93%) contrast(95%);

View file

@ -36,7 +36,7 @@
{{ end }} {{ end }}
<li> <li>
<button type="button" aria-haspopup="false" aria-expanded="true" aria-label="Zoeken"></button> <button type="button" aria-haspopup="false" aria-expanded="true" aria-label="Zoeken"></button>
<a href="{{ relLangURL "/zoeken/"}}">{{ partial "show-svg-icon.html" (dict "context" . "icon" "magnifying-glass" "class" "shownormal" "title" "Zoeken") }}</a> <a href="{{ relLangURL "/zoeken/"}}">{{ partial "show-svg-icon.html" (dict "context" . "icon" "magnifying-glass" "title" "Zoeken") }}</a>
</li> </li>
</ul> </ul>
</nav> </nav>