Skip to content

Commit

Permalink
css: change header and title design
Browse files Browse the repository at this point in the history
  • Loading branch information
maiste committed Sep 3, 2024
1 parent 44ec951 commit d5d529e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,13 @@ header h2 a::before {
bottom: -10px;
z-index: -1;
transform: rotate(-2deg);
margin-bottom: 10px;
}

header nav {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
Expand All @@ -159,6 +161,7 @@ header nav ul {
display: flex;
align-items: center;
column-gap: 2rem;
padding: 0;
}

header nav li::before {
Expand Down Expand Up @@ -257,4 +260,8 @@ footer p {
flex-direction: column;
}

header nav {
flex-direction: column;
}

}

0 comments on commit d5d529e

Please sign in to comment.