Skip to content

Commit

Permalink
Actualité : affichage en pleine largeur (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisben authored Nov 12, 2024
1 parent 5a9c2b0 commit 06a9190
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions assets/sass/_theme/sections/posts.sass
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,21 @@
&:not(.full-width)
.post-sidebar
@include sidebar
&.full-width
@include media-breakpoint-up(desktop)
.post-sidebar
@include container
> div
display: flex
align-items: start
margin-bottom: $spacing-5
.toc-cta
padding-right: 0
aside
width: columns(5)
flex-shrink: 0
@include media-breakpoint-down(desktop)
margin-bottom: $spacing-5

.post-infos
@include section__page-infos
Expand Down

0 comments on commit 06a9190

Please sign in to comment.