Skip to content

Commit a514401

Browse files
committed
fix: issue with spacing on recent threads
1 parent 74ec84a commit a514401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/threads/RecentThreads.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default {
7878
background-color: $sub-header-color;
7979
grid-area: main;
8080
margin: calc(-2rem - 1px) 0 2rem;
81-
padding: 2rem 0;
81+
padding: 2rem 1rem;
8282
position: relative;
8383
width: 100vw;
8484
left: 50%;

0 commit comments

Comments
 (0)