Skip to content
Snippets Groups Projects
Commit 0dd86eb2 authored by Olivia206's avatar Olivia206
Browse files

Fixed grid posts

parent 8d8dfd77
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
.post
display: flex
flex-direction: row
@include media-breakpoint-down(md)
@include media-breakpoint-up(md)
@include grid(12, md)
div:not(.media)
grid-column: 4/13
......@@ -42,7 +42,6 @@
.media
background: none
margin: 0
width: 33%
@include media-breakpoint-up(md)
grid-column: 1/4
@include media-breakpoint-up(md)
......
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