mirror of
https://github.com/danbulant/design
synced 2026-06-19 14:21:37 +00:00
smaller margin
This commit is contained in:
parent
9d172c6d1d
commit
33f3c3143f
2 changed files with 2 additions and 1 deletions
|
|
@ -16,6 +16,6 @@
|
|||
background: rgba(28, 28, 33, 0.2);
|
||||
}
|
||||
:global(nav.bar-component > *) {
|
||||
margin: 10px;
|
||||
margin: 5px 10px;
|
||||
}
|
||||
</style>
|
||||
|
|
@ -58,6 +58,7 @@
|
|||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
color: black;
|
||||
margin: 0;
|
||||
}
|
||||
.dark.bar h3 {
|
||||
color: white;
|
||||
|
|
|
|||
Loading…
Reference in a new issue