Some change styling.

This commit is contained in:
Florian THIERRY
2022-03-04 17:43:04 +01:00
parent 3819b859fe
commit 86fcdd4d12
2 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,8 @@ nav {
right: 0;
display: flex;
align-items: center;
height: 4rem;
height: 3.2rem;
background-color: #eee;
&.selectionMode {
font-weight: bold;

View File

@@ -4,7 +4,7 @@ html, body { height: 100%; }
body {
margin: 0;
font-family: Roboto, "Helvetica Neue", sans-serif;
padding-top: 4rem;
padding-top: 3.2rem;
}