Skip to content

Commit 488d74a

Browse files
Jasmin HedlundJasmin Hedlund
authored andcommitted
made header+footer not centered in tablet 769px
1 parent 641831a commit 488d74a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

css/styles.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -472,9 +472,6 @@ nav a:hover {
472472

473473
/* 768px to 1024px */
474474
@media (min-width: 769px) and (max-width: 1024px) {
475-
#header .header-content {
476-
flex-direction: column;
477-
}
478475

479476
#header h1 {
480477
font-size: 1.625rem;
@@ -522,6 +519,11 @@ nav a:hover {
522519
padding-left: 0.5rem;
523520
}
524521

522+
footer nav ul {
523+
justify-content: flex-end;
524+
gap: 4rem;
525+
padding-right: 5rem;
526+
}
525527
}
526528

527529
@media (min-width: 1025px) {

0 commit comments

Comments
 (0)