Skip to content

Commit

Permalink
🔨 Fix responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
GianfrancoBazzani committed Feb 20, 2024
1 parent 4540f98 commit ce6d591
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions client/src/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,24 @@ footer {
.appcontainer{
width: 100vw;
}

.top-banner-text {
font-size: smaller;
}

.header-container {
align-items: center;
}

.top-banner {
height: 100px;
width: 95%;
}

.multi-dropdown{
padding: 4px 9px;
}

.header-ul{
display: flex;
margin-right: 20px;
Expand Down

0 comments on commit ce6d591

Please sign in to comment.