Skip to content
Snippets Groups Projects
Commit c9097c5c authored by alexisben's avatar alexisben
Browse files

update grid

parents c29ffca4 67c175bf
No related branches found
No related tags found
No related merge requests found
...@@ -76,12 +76,12 @@ ...@@ -76,12 +76,12 @@
margin-bottom: 0 margin-bottom: 0
.chapter .chapter
flex-direction: row flex-direction: row
justify-content: space-between
.text .text
order: 0 order: 0
width: columns(7) width: columns(7)
figure figure
width: columns(4) width: columns(4)
margin-left: columns(2)
margin-bottom: 0 margin-bottom: 0
text-align: right text-align: right
img img
......
...@@ -257,8 +257,8 @@ ...@@ -257,8 +257,8 @@
flex-direction: column flex-direction: column
grid-gap: 0 grid-gap: 0
.media .media
margin-left: calc(-#{var(--grid-gutter)} /2) margin-left: var(--grid-gutter-negative)
margin-right: calc(-#{var(--grid-gutter)} /2) margin-right: var(--grid-gutter-negative)
aspect-ratio: 1 aspect-ratio: 1
img img
margin-bottom: $spacing-2 margin-bottom: $spacing-2
......
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