style tweaks

This commit is contained in:
Rik Berkelder 2025-01-28 03:54:06 +01:00
parent d2888356b4
commit 4260eb4134
2 changed files with 33 additions and 12 deletions

View file

@ -59,13 +59,21 @@ body {
.nav {
width: 100%;
padding-bottom: 0.6em;
padding-top: 0.2rem;
padding-bottom: 0.9em;
margin-bottom: 0.6em;
border-bottom: 1px $grey-dark solid;
a.main-logo {
font-weight: 700;
font-size: 1.2em;
text-decoration: none;
color: $text-default !important;
}
a,
a:visited {
color: $primary !important;
color: $primary;
}
}
@ -97,4 +105,8 @@ body {
padding: 0.1rem 0.4rem;
display: inline-block;
}
}
.d-inline-block {
display: inline-block;
}