Skip to content

Commit

Permalink
slightly tighter gaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriamanitra committed Jan 24, 2023
1 parent d84fd93 commit 3fa2a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ body[dark] .info {
.container {
display: flex;
flex-direction: column;
gap: 2rem;
gap: 1rem;
margin-top: 20px;
}

Expand Down Expand Up @@ -249,5 +249,5 @@ body[dark] .card-content {
/* ------------------------------- */
/* in footer */
footer {
padding: 2rem 0;
padding: 1rem 0;
}

0 comments on commit 3fa2a93

Please sign in to comment.