UX: minor breakpoint gap fix (#147)
Reported here: https://meta.discourse.org/t/help-us-test-horizon-our-newest-theme/360484/55?u=awesomerobot We have a 1px gap here where we get kind of a half-container Before:  After: 
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ body:not(.has-full-page-chat) {
|
||||
@include breakpoint(medium) {
|
||||
--main-grid-gap: 0;
|
||||
}
|
||||
@include breakpoint(tablet, $rule: min-width) {
|
||||
@media screen and (min-width: 768px) {
|
||||
gap: var(--main-grid-gap);
|
||||
}
|
||||
#main-outlet {
|
||||
|
||||
Reference in New Issue
Block a user