Skip to content
Snippets Groups Projects
Commit 6e60bf99 authored by sebousan's avatar sebousan
Browse files

widget

parent d318fa16
No related branches found
No related tags found
No related merge requests found
......@@ -77,9 +77,9 @@
@if $breakpoint
@include media-breakpoint-up($breakpoint)
display: grid
grid-gap: 0 $grid-gutter
grid-gap: calc(#{$grid-gutter} / 2) $grid-gutter
grid-template-columns: repeat($cols, 1fr)
@else
@else
display: grid
grid-gap: calc(#{$grid-gutter} / 2) $grid-gutter
grid-template-columns: repeat($cols, 1fr)
......
/* TODO refacto widget */
.organization
display: flex
flex-direction: column
.media
order: -1
.organizations
@include grid(2)
@include grid(3, md)
......
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