Refactored separator, fixed issue with input type

This commit is contained in:
ericb 2024-12-02 11:18:26 +01:00
parent 980b3756dc
commit 476bc01a8c
2 changed files with 6 additions and 3 deletions

View file

@ -102,13 +102,16 @@ h1, h2, h3, h4{
.side-menu li:not(:first-child){
margin-top: 0.35rem;
}
.menu-separator{
.separator{
margin-top: 1.5rem;
border-bottom: 2px solid #f28705;
font-weight: 700;
margin-bottom: 0.5rem;
padding-bottom: 0.5rem;
}
.separator.menu-admin{
text-transform: uppercase;
}
/* heros */
.hero{