Skip to content

Commit

Permalink
Update Header.css
Browse files Browse the repository at this point in the history
Iphone comp
  • Loading branch information
LarsFlem authored Oct 23, 2024
1 parent b4dbdc0 commit 82df83e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/components/Header.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,16 @@ nav a:hover::after {
header {
flex-direction: column;
align-items: flex-start;
padding: 10px 20px;
padding: 5px 15px; /* Further reduce padding */
height: auto; /* Let the height adjust naturally on smaller screens */
}

.logo-image {
height: 60px; /* Reduce height for smaller screens */
}

.logo-text {
font-size: 36px; /* Adjust size for smaller screens */
font-size: 24px; /* Reduce this further for smaller devices */
margin-bottom: 10px;
}

Expand All @@ -94,6 +98,7 @@ nav a:hover::after {
}

nav a {
font-size: 16px;
font-size: 16px; /* Adjust link font size for better readability */
}
}

0 comments on commit 82df83e

Please sign in to comment.