Skip to content

Commit a05054f

Browse files
committed
small laptop changes
1 parent be038c7 commit a05054f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

style.css

+4-5
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ html {
416416

417417
/* SMALL DESKTOP VIEW */
418418

419-
@media (max-width: 1550px) {
419+
@media (max-width: 1450px) {
420420
.container {
421421
padding-top: 20px;
422422
padding-bottom: 20px;
@@ -445,10 +445,8 @@ html {
445445
font-size: 40px;
446446
letter-spacing: -2px;
447447
text-align: center;
448-
}
449-
450-
.myPic {
451-
height: 160px;
448+
flex-direction: row;
449+
justify-content: space-between;
452450
}
453451

454452
.fieldName {
@@ -516,6 +514,7 @@ html {
516514
font-size: 28px;
517515
letter-spacing: -1px;
518516
text-align: center;
517+
flex-direction: column;
519518
}
520519

521520
.nameSection {

0 commit comments

Comments
 (0)