Skip to content

Commit bee54e8

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: 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;
@@ -100,4 +96,8 @@ li.toc-heading:first-child {
10096
padding: var(--spacing-4);
10197
background-color: var(--color-gray-200);
10298
}
99+
100+
.content {
101+
margin-top: var(--spacing-4);
102+
}
103103
}

0 commit comments

Comments
 (0)