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

change image size

parent ee92c212
No related branches found
No related tags found
2 merge requests!2246Translated using Weblate (German),!2244Resolve "Rework Startpage"
...@@ -57,10 +57,10 @@ div#tiles-container { ...@@ -57,10 +57,10 @@ div#tiles-container {
} }
>div.image { >div.image {
@image_size: 5rem; @image_size: 4rem;
width: @image_size; width: @image_size;
height: @image_size; height: @image_size;
padding: 1rem; padding: 0.5rem;
background-color: @highlight-color; background-color: @highlight-color;
border-radius: 5px; border-radius: 5px;
transition: background-color 0.5s; transition: background-color 0.5s;
......
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