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

remove image from block posts laypout list mobile

parent dd302947
No related branches found
No related tags found
No related merge requests found
......@@ -40,11 +40,14 @@
article
position: relative
padding-bottom: half($spacing3)
// display: flex
// flex-direction: row
+ article
margin-top: half($spacing3)
.post-content
display: flex
flex-direction: column
// width: 70%
h1
margin-bottom: 0
time
......@@ -53,14 +56,17 @@
p
margin-top: half($spacing0)
order: 4
h1, time
padding-right: calc(30% + #{$spacing1})
// h1, time, p
// padding-right: calc(30% + #{$spacing1})
.media
display: none
order: 3
position: absolute
width: 30%
top: 0
right: 0
// position: absolute
// width: 30%
// top: 0
// right: 0
@include media-breakpoint-up(md)
article
display: flex
......
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