Skip to content

Commit ff05b09

Browse files
committed
fix: address review feedback - remove !important and revert 1100px breakpoints
Signed-off-by: Junnygram <junnexclusive@gmail.com>
1 parent c778f45 commit ff05b09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/scss/_styles_project.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -625,13 +625,13 @@ a:not([href]):not([class]):hover {
625625
}
626626
}
627627

628-
@media (max-width: 1100px) {
628+
@media (max-width: 768px) {
629629
flex-wrap: wrap;
630630
justify-content: center;
631631
text-align: center;
632632

633633
h1.dashboard {
634-
max-width: 100% !important;
634+
max-width: 100%;
635635
text-align: center;
636636
}
637637
}
@@ -656,7 +656,7 @@ a:not([href]):not([class]):hover {
656656
color: #EBC017;
657657
}
658658

659-
@media (max-width: 1100px) {
659+
@media (max-width: 768px) {
660660
margin: 2rem 0 0 0;
661661
}
662662
}

0 commit comments

Comments
 (0)