Updated the website

This commit is contained in:
2023-08-29 22:49:51 +02:00
parent 2be7f9b705
commit 3f3387b1d1
33 changed files with 297 additions and 165 deletions

View File

@@ -3,6 +3,13 @@
background: var(--header-BackgroundColor);
color: var(--header-textColor);
z-index: 9999;
height: var(--header-Height);
padding: 0 3.75rem;
}
.navbar .navbar-brand img {
height: 3rem;
width: 2.625rem;
}
.navbar .navbar-brand h3 {
@@ -10,16 +17,27 @@
}
.navbar .navbar-brand .title {
font-size: 1.5rem;
font-size: 1.75rem;
font-weight: 350;
line-height: 2.1rem;
}
.navbar .navbar-brand .subtitle {
font-size: .9rem;
font-size: 1.125rem;
font-weight: 250;
}
.navbar .nav-item .nav-link {
font-family: 'Nunito', sans-serif;
font-size: 1.4rem;
font-weight: 400;
line-height: 1.5rem;
font-weight: 250;
white-space: nowrap
}
.navbar .nav-item .nav-link:hover {
color: rgba(255,255,255, .75);
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.external-link-icon:after {