Skip to content
Snippets Groups Projects
Commit 01bf93b4 authored by Olivia206's avatar Olivia206
Browse files

large block persons without sidebar

parent 725ab0f1
No related branches found
No related tags found
No related merge requests found
......@@ -29,11 +29,21 @@
width: calc(#{col(1, 4)} + #{$grid-gutter})
.description
margin-top: $spacing1
&.block-with-long-text
.person
.avatar
width: col(2, 8)
@include in-page-without-sidebar
.top .description
max-width: col(8)
&.block-with-long-text
.persons
@include grid(2, md)
@include grid(3, xl)
@include grid(4, xxl)
\ No newline at end of file
.person
flex-direction: row
gap: $grid-gutter
.avatar
width: col(2, 6)
.description
flex: 1
text-align: left
\ No newline at end of file
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