UX: Use breakpoint CSS variable instead of arbitrary 570px (#26945)

* Update header.scss

* Update discourse.scss
This commit is contained in:
carson chang 2024-05-10 00:16:24 +08:00 committed by GitHub
parent ce798ac2af
commit 4fad0b33eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@ select {
}
// Media Queries
@media all and (max-width: 570px) {
@include breakpoint(mobile-extra-large) {
body {
min-width: 0;
}

View File

@ -16,7 +16,7 @@
}
}
@media all and (max-width: 570px) {
@include breakpoint(mobile-extra-large) {
.extra-info-wrapper {
display: none;
}