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

fix cols

parent affd9950
No related branches found
No related tags found
No related merge requests found
...@@ -178,7 +178,6 @@ ...@@ -178,7 +178,6 @@
@include media-breakpoint-up(desktop) @include media-breakpoint-up(desktop)
.post .post
width: col(3,8)
&.right &.right
margin-left: auto margin-left: auto
&.portrait &.portrait
...@@ -199,6 +198,10 @@ ...@@ -199,6 +198,10 @@
+ .post + .post
margin-top: $spacing3 margin-top: $spacing3
@include in-page-with-sidebar
.post
width: col(4,8)
@include in-page-without-sidebar @include in-page-without-sidebar
width: col(10) width: col(10)
margin-left: auto margin-left: auto
......
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