smaller margin

This commit is contained in:
Daniel Bulant 2022-04-26 17:55:15 +02:00
parent 9d172c6d1d
commit 33f3c3143f
2 changed files with 2 additions and 1 deletions

View file

@ -16,6 +16,6 @@
background: rgba(28, 28, 33, 0.2); background: rgba(28, 28, 33, 0.2);
} }
:global(nav.bar-component > *) { :global(nav.bar-component > *) {
margin: 10px; margin: 5px 10px;
} }
</style> </style>

View file

@ -58,6 +58,7 @@
font-size: 18px; font-size: 18px;
font-weight: bold; font-weight: bold;
color: black; color: black;
margin: 0;
} }
.dark.bar h3 { .dark.bar h3 {
color: white; color: white;