Skip to content

Commit

Permalink
style cleanup: only apply margin to content on desktop (ember-learn#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Nys committed Sep 2, 2023
1 parent c9cac7b commit 9277747
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ main a.edit-icon {
margin-block-start: 0;
}

.content {
margin-top: var(--spacing-4);
}

.table-of-contents {
list-style-type: none;
padding-left: 0;
Expand Down Expand Up @@ -107,4 +103,8 @@ li.toc-heading:first-child {
padding: var(--spacing-4);
background-color: var(--color-gray-200);
}

.content {
margin-top: var(--spacing-4);
}
}

0 comments on commit 9277747

Please sign in to comment.