Skip to content
Snippets Groups Projects
Unverified Commit 6d1e71d6 authored by Conrad Zelck's avatar Conrad Zelck
Browse files

fix style.css: remove img display block


Otherwise this would prevent aligning the logos in header.

Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent 5080ba21
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,6 @@ a:not([class]) { ...@@ -118,7 +118,6 @@ a:not([class]) {
/* Make images easier to work with */ /* Make images easier to work with */
img, picture { img, picture {
max-width: 100%; max-width: 100%;
display: block;
/* alt text should be very different */ /* alt text should be very different */
font-style: italic; font-style: italic;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment