Skip to content
Snippets Groups Projects
Commit 30c716b4 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Gave the images on the startpage a defined width

parent d56335bc
No related branches found
No related tags found
1 merge request!1480Development
...@@ -75,6 +75,7 @@ ...@@ -75,6 +75,7 @@
> a { > a {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center;
cursor: pointer; cursor: pointer;
color: inherit; color: inherit;
width: 268px; width: 268px;
...@@ -84,6 +85,9 @@ ...@@ -84,6 +85,9 @@
@media(min-width: 552px){ @media(min-width: 552px){
margin: 0; margin: 0;
} }
> img {
width: 2.3em;
}
> div.teaser { > div.teaser {
font-size: .7em; font-size: .7em;
text-align: justify; text-align: justify;
......
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