Skip to content

Commit 77bb2f9

Browse files
Merge branch 'master' into add-deployment-preview-gh-pages
2 parents a78cb6b + 406fdb3 commit 77bb2f9

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

assets/scss/_styles_project.scss

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -532,12 +532,13 @@ a:not([href]):not([class]):hover {
532532
animation: color-shift 8s linear infinite;
533533

534534
@media (max-width: 768px) {
535-
font-size: 3.5rem;
536-
text-align: center;
535+
font-size: 4rem;
537536
}
538537

539-
// @media (max-width:1200px){
540-
// }
538+
@media (max-width: 768px) {
539+
font-size: 3rem;
540+
text-align: center;
541+
}
541542
}
542543

543544
@keyframes color-shift {
@@ -616,14 +617,18 @@ a:not([href]):not([class]):hover {
616617
text-align: right;
617618

618619
h1.dashboard {
619-
max-width: 40%;
620+
max-width: 70%;
620621
text-align: left;
621-
flex-shrink: 0;
622+
flex-shrink: 0;
623+
@media (max-width: 768px) {
624+
max-width: 60%;
625+
}
622626
}
623627

624628
@media (max-width: 768px) {
625629
flex-wrap: wrap;
626630
justify-content: center;
631+
text-align: center;
627632

628633
h1.dashboard {
629634
max-width: 100%;

0 commit comments

Comments
 (0)