mirror of
https://github.com/danbulant/design
synced 2026-07-06 03:20:49 +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);
|
background: rgba(28, 28, 33, 0.2);
|
||||||
}
|
}
|
||||||
:global(nav.bar-component > *) {
|
:global(nav.bar-component > *) {
|
||||||
margin: 10px;
|
margin: 5px 10px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue