Skip to content

Commit

Permalink
Increase margins
Browse files Browse the repository at this point in the history
  • Loading branch information
jedkohjk committed Aug 3, 2024
1 parent bd4969e commit d13474c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ header {
height: 100%;
margin-bottom: 2em;
margin-left: 1em;
margin-top: 3.4em;
margin-top: 4em;
text-align: center;
}

Expand All @@ -185,8 +185,9 @@ header {
.timestamp-footer {
@include mini-font;
color: mui-color('grey', '700');
margin-bottom: 1em;
margin-bottom: 1.2em;
margin-left: 2.4em;
margin-top: 1.2em;
}

.error-message-box {
Expand Down

0 comments on commit d13474c

Please sign in to comment.