Skip to content

Commit 6091aee

Browse files
Anthony KinseyAnthony Kinsey
authored andcommitted
fix: issue with app layout being off
1 parent aaf68d0 commit 6091aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ main {
102102
.main { grid-area: main; }
103103
104104
@include break-mobile-sm {
105-
padding: .5rem 1rem 0;
105+
padding: 2rem 1rem 0;
106106
107107
#public-content,
108108
.posts #public-content {

0 commit comments

Comments
 (0)