feat: update site

This commit is contained in:
Strix 2025-03-25 22:46:00 +01:00
parent 71b2aaae4f
commit a6ff285b2e
6 changed files with 321 additions and 37 deletions

View file

@ -25,7 +25,6 @@ header {
color: #000;
align-content: center;
z-index: 100;
box-shadow: 0 0 20px var(--theme-color-lowlight);
}
header div.logo {
@ -80,6 +79,20 @@ div section {
/* --- */
footer {
display: flex;
flex-direction: column;
position: fixed;
bottom: 0;
width: calc(100vw - 5em);
height: 2rem;
padding-left: 2.5em;
background-color: #fff;
justify-content: center;
}
/* --- */
/* for anchors.js */
h2:hover {
cursor: pointer;
@ -148,7 +161,7 @@ button {
cursor: pointer;
&:hover {
background-color: var(--theme-color-highlight-2);
border: 1px solid var(--theme-color-highlight);
}
transition: background-color .2s ease-in-out;
@ -156,7 +169,6 @@ button {
.columns {
display: flex;
align-items: center;
@media (max-width: 600px) {
flex-direction: column;