[ui] header styling on Home

feat/vaults
Tomáš Mládek 2022-03-24 12:39:18 +01:00
parent c153098a23
commit 2b12b9ca4f
1 changed files with 12 additions and 0 deletions

View File

@ -137,6 +137,15 @@
flex-direction: column;
}
h1 {
font-size: 32pt;
font-variant: small-caps;
}
h2:first-of-type {
margin-top: 0;
}
h1,
h2 {
text-align: center;
@ -150,6 +159,9 @@
.frecent {
display: flex;
gap: 2rem;
& > * {
flex-basis: 50%;
}
}
.roots {