Skip to content
Snippets Groups Projects
Commit 59eeb146 authored by sebousan's avatar sebousan
Browse files

persons

parent 7238dcb8
No related branches found
No related tags found
No related merge requests found
......@@ -166,6 +166,7 @@
list-style: none
padding-left: 0
margin-bottom: 0
margin-top: 0
@mixin inset($top: 0, $right: $top, $bottom: $top, $left: $top)
inset: $top $right $bottom $left
......
......@@ -54,3 +54,18 @@
img
object-fit: cover
.taxonomies
@include list-reset
margin-bottom: $spacing3
@include media-breakpoint-down(md)
flex-direction: column
@include media-breakpoint-up(md)
text-align: right
li
@include media-breakpoint-up(md)
display: inline-block
&:not(:last-child)
margin-right: $spacing1
a
@extend .link-more
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