Skip to content

Commit

Permalink
css tweaks to accompany search
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius Figge committed Sep 9, 2023
1 parent 2e50da1 commit 8109fb4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ code {
/* Header */
header {
display: flex;
flex-wrap: nowrap;
gap: 1em .5em;
flex-wrap: wrap;
align-items: center;
padding: 1em;
}
Expand All @@ -202,6 +202,7 @@ header > nav {

.nav {
display: flex;
align-items: flex-start;
padding: 0;
list-style: none;
}
Expand Down Expand Up @@ -329,7 +330,7 @@ img {
}

.jeujeus-logo {
height: 50px;
max-height: 50px;
}

/*search*/
Expand Down

0 comments on commit 8109fb4

Please sign in to comment.