Skip to content
Snippets Groups Projects
Commit a91b4f92 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

CSS Use min-height instead of height on lisint items so they can expand when needed.

parent ce2319ed
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
@include media-query(tablet-portrait) { @include media-query(tablet-portrait) {
position: relative; position: relative;
height: 180px; min-height: 180px;
padding: 30px 210px 30px 30px; padding: 30px 210px 30px 30px;
} }
......
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