We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c778f45 commit ff05b09Copy full SHA for ff05b09
assets/scss/_styles_project.scss
@@ -625,13 +625,13 @@ a:not([href]):not([class]):hover {
625
}
626
627
628
- @media (max-width: 1100px) {
+ @media (max-width: 768px) {
629
flex-wrap: wrap;
630
justify-content: center;
631
text-align: center;
632
633
h1.dashboard {
634
- max-width: 100% !important;
+ max-width: 100%;
635
636
637
@@ -656,7 +656,7 @@ a:not([href]):not([class]):hover {
656
color: #EBC017;
657
658
659
660
margin: 2rem 0 0 0;
661
662
0 commit comments