Skip to content

Commit de98ded

Browse files
author
satoshinotdead
committed
lint
1 parent 6630574 commit de98ded

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scss/main.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ body:not(.has-full-page-chat, .wizard) {
7979
--main-grid-gap: 0;
8080
}
8181

82-
@media screen and (width >= 768px) {
82+
@media screen and (min-width: 768px) {
8383
gap: var(--main-grid-gap);
8484
}
8585

@@ -344,7 +344,6 @@ div.topic-post.comment .topic-body .who-read {
344344
}
345345

346346
// Hide default trust_levels
347-
348347
.group-box[data-group-name="trust_level_1"],
349348
.group-box[data-group-name="trust_level_2"],
350349
.group-box[data-group-name="trust_level_3"],

0 commit comments

Comments
 (0)