Skip to content

Commit c05f0dd

Browse files
Jasmin HedlundJasmin Hedlund
authored andcommitted
Merge branch 'css'
2 parents dc48e61 + 64e487e commit c05f0dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css/styles.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ nav a:hover {
519519

520520
}
521521

522-
@media (min-width: 1024px) {
522+
@media (min-width: 1025px) {
523523
#header h1 {
524524
font-size: 1.75rem;
525525
/* 28px */
@@ -570,6 +570,7 @@ nav a:hover {
570570
footer nav ul {
571571
justify-content: flex-end;
572572
gap: 4rem;
573-
padding-right: 15rem;
573+
padding-right: 5rem;
574574
}
575+
575576
}

0 commit comments

Comments
 (0)