forked from laurens/fediversity_website
Standaard afbeeldingen niet met max-width van 100%
This commit is contained in:
parent
b89f1ecbcb
commit
5172b4f62f
|
@ -1,11 +1,11 @@
|
|||
img {
|
||||
img.max-width {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
img.shownormal {
|
||||
max-width: initial;
|
||||
}
|
||||
//img.shownormal {
|
||||
// max-width: initial;
|
||||
//}
|
||||
|
||||
.icon {
|
||||
filter: invert(18%) sepia(32%) saturate(1326%) hue-rotate(183deg) brightness(93%) contrast(95%);
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
{{ end }}
|
||||
<li>
|
||||
<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>
|
||||
</ul>
|
||||
</nav>
|
||||
|
|
Reference in a new issue