Skip to content

Commit ecf1870

Browse files
Fix missing brace
1 parent 41c10c1 commit ecf1870

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

app/ui/styles/index.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,10 @@
130130
--top-bar-height: 54px;
131131
--sidebar-width: 14.25rem;
132132

133-
@media (max-width: 767px) {
134-
:root {
135-
--content-gutter: 1.5rem;
133+
@media (max-width: 767px) {
134+
:root {
135+
--content-gutter: 1.5rem;
136+
}
136137
}
137138
}
138139

0 commit comments

Comments
 (0)