Skip to content

Commit 9277747

Browse files
author
Lukas Nys
committed
style cleanup: only apply margin to content on desktop (#879)
1 parent c9cac7b commit 9277747

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/styles/app.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ main a.edit-icon {
3535
margin-block-start: 0;
3636
}
3737

38-
.content {
39-
margin-top: var(--spacing-4);
40-
}
41-
4238
.table-of-contents {
4339
list-style-type: none;
4440
padding-left: 0;
@@ -107,4 +103,8 @@ li.toc-heading:first-child {
107103
padding: var(--spacing-4);
108104
background-color: var(--color-gray-200);
109105
}
106+
107+
.content {
108+
margin-top: var(--spacing-4);
109+
}
110110
}

0 commit comments

Comments
 (0)