Skip to content

Commit cfebef7

Browse files
committed
fix for min
1 parent 577441b commit cfebef7

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

_sass/components/_postslist.sass

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@
7878
// margin-right: 0.5rem
7979
font-weight: var(--bold)
8080
line-height: 1.3
81+
82+
@media (max-width: 768px)
83+
flex: 0 0 auto
84+
margin-right: 0
85+
86+
8187
&__title
8288
flex: 1
8389
text-align: left

0 commit comments

Comments
 (0)