Enhance UI by updating header styles and improving group detail layout
This commit is contained in:
parent
5446175cad
commit
04b0a30e76
4 changed files with 48 additions and 16 deletions
|
@ -1,3 +1,8 @@
|
|||
:root {
|
||||
--pico-font-family-sans-serif: Exo, sans-serif;
|
||||
--pico-font-weight: 450;
|
||||
}
|
||||
|
||||
img.logo {
|
||||
border-radius: var(--pico-border-radius);
|
||||
}
|
||||
|
@ -92,8 +97,22 @@ article.message {
|
|||
.big-logo {
|
||||
font-size: 8rem;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 4rem;
|
||||
font-weight: 900;
|
||||
}
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
.header-title {
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
i.i {
|
||||
margin-right: .5em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue