Skip to content

Commit 885c694

Browse files
author
Lukas Nys
committed
style cleanup: only apply extra padding to header on desktop (#879)
1 parent b2ecdd3 commit 885c694

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/styles/app.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ main a.edit-icon {
2626
background: none;
2727
}
2828

29-
.es-header {
30-
padding: 0 var(--spacing-4);
31-
justify-content: start;
32-
}
33-
3429
.es-sidebar-content .table-of-contents:first-child {
3530
margin-block-start: 0;
3631
}
@@ -92,6 +87,11 @@ li.toc-heading:first-child {
9287
}
9388

9489
@media (min-width: 845px) {
90+
.es-header {
91+
padding: 0 var(--spacing-4);
92+
justify-content: start;
93+
}
94+
9595
.es-sidebar {
9696
padding: var(--spacing-4);
9797
background-color: var(--color-gray-200);

0 commit comments

Comments
 (0)