Skip to content
Snippets Groups Projects
Commit 84915793 authored by Florent Poittevin's avatar Florent Poittevin
Browse files

style: 1082 home page grid alignment image when only 1 line of text

parent f3de8c58
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,10 @@
.item-rss {
color: $text-color;
display: grid;
grid-template-rows: min-content min-content 1fr;
grid-template-rows: 60px min-content 1fr;
@include respond-to-smaller-than-breakpoint('md') {
grid-template-rows: min-content min-content 1fr;
}
grid-gap: 10px;
height: 100%;
padding: 10px;
......
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