Skip to content

Commit

Permalink
style cleanup: move media queries down (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 d7702ce commit 71784a9
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions app/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ main a.edit-icon {
background: none;
}

@media (min-width: 845px) {
.es-sidebar {
padding: var(--spacing-4);
background-color: var(--color-gray-200);
}
}

.es-sidebar-content .table-of-contents:first-child {
margin-block-start: 0;
}
Expand Down Expand Up @@ -97,3 +90,9 @@ li.toc-heading:first-child {
margin-top: 0;
}

@media (min-width: 845px) {
.es-sidebar {
padding: var(--spacing-4);
background-color: var(--color-gray-200);
}
}

0 comments on commit 71784a9

Please sign in to comment.