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

grid

parent 9fa57576
No related branches found
No related tags found
No related merge requests found
......@@ -43,10 +43,16 @@
@include media-breakpoint-up(md)
picture
padding-left: offset(1, 7)
padding-right: offset(3, 7)
padding-left: offset(1, 8)
padding-right: offset(3, 8)
@include media-breakpoint-up(xxl)
padding-left: offset(1, 7)
padding-right: offset(3, 7)
> div
padding: offset(1, 7)
padding: offset(1, 8)
@include media-breakpoint-up(xxl)
padding: offset(1, 7)
[role="group"]
a
margin-right: px2rem(20)
......
......@@ -113,16 +113,14 @@
@include media-breakpoint-up(md)
@include in-page-with-sidebar
@include container-margin-left
background: pink
pointer-events: none
top: 0
left: 0
margin-top: 0
height: 100%
position: absolute
@include media-breakpoint-up(md)
width: col-outside-container(4)
@include media-breakpoint-up(xxl)
width: col-outside-container(5)
width: col-outside-container(4)
.toc-content
position: sticky
top: var(--header-height)
......
......@@ -54,7 +54,6 @@ h2, .h2
[itemprop="articleBody"]
h1, h2, h3, h4, h5, h6
margin-block-start: 2em
margin-block-end: 0
&:first-child, meta + &
margin-block-start: 0
......
......@@ -109,6 +109,8 @@
text-align: right
.share
justify-content: flex-end
li:last-child
margin-right: -$spacing0
.related
margin-top: $spacing1
......
......@@ -8,6 +8,6 @@
margin-bottom: calc(7.5rem / 2)
padding: 0
@include media-breakpoint-up(md)
margin-bottom: 7.5rem
margin-bottom: 7.5rem
li
margin-bottom: 1rem
\ 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