Skip to content

Commit ec3d802

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

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
}
@@ -99,6 +94,11 @@ li.toc-heading:first-child {
9994
}
10095

10196
@media (min-width: 845px) {
97+
.es-header {
98+
padding: 0 var(--spacing-4);
99+
justify-content: start;
100+
}
101+
102102
.es-sidebar {
103103
padding: var(--spacing-4);
104104
background-color: var(--color-gray-200);

0 commit comments

Comments
 (0)