We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be038c7 commit a05054fCopy full SHA for a05054f
style.css
@@ -416,7 +416,7 @@ html {
416
417
/* SMALL DESKTOP VIEW */
418
419
-@media (max-width: 1550px) {
+@media (max-width: 1450px) {
420
.container {
421
padding-top: 20px;
422
padding-bottom: 20px;
@@ -445,10 +445,8 @@ html {
445
font-size: 40px;
446
letter-spacing: -2px;
447
text-align: center;
448
- }
449
-
450
- .myPic {
451
- height: 160px;
+ flex-direction: row;
+ justify-content: space-between;
452
}
453
454
.fieldName {
@@ -516,6 +514,7 @@ html {
516
514
font-size: 28px;
517
515
letter-spacing: -1px;
518
+ flex-direction: column;
519
520
521
.nameSection {
0 commit comments