1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-11-21 15:44:31 +00:00

Clean up and remove unused code

This commit is contained in:
Steffo 2022-10-25 01:25:26 +02:00
parent edd8bc67a5
commit 85da39aef8
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 1 additions and 22 deletions

View file

@ -26,27 +26,6 @@ footer {
margin-top: 0 !important;
}
.details-no-indent {
margin-left: 0;
}
.details-no-indent summary {
margin-left: 0;
}
.details-header summary {
text-align: center;
--bhsl-current-hue: var(--bhsl-primary-hue);
--bhsl-current-saturation: var(--bhsl-primary-saturation);
--bhsl-current-lightness: var(--bhsl-primary-lightness);
font-style: var(--bfont-header-style);
font-variant: var(--bfont-header-variant);
font-weight: var(--bfont-header-weight);
font-stretch: var(--bfont-header-stretch);
line-height: var(--bfont-header-height);
font-family: var(--bfont-header-family);
}
#__next {
margin: 0 auto;
min-height: 100vh;

View file

@ -3,7 +3,7 @@ import React from 'react'
import type {NextPage} from "next"
import {default as Link} from "next/link"
import {faRedditAlien, faMastodon, faGithub, faDiscord, faTelegram, faSteam, faItchIo, faTwitter, faLinkedin, faStackOverflow} from "@fortawesome/free-brands-svg-icons"
import {faBorderAll, faEnvelope, faPizzaSlice, faGamepad, faBook, faBox, faFilm, faMusic, faGlobe, faPlus, faFileCode, faBagShopping, faBookBookmark} from "@fortawesome/free-solid-svg-icons"
import {faBorderAll, faEnvelope, faGlobe, faPlus, faFileCode, faBagShopping} from "@fortawesome/free-solid-svg-icons"
import {LinkPanel} from "../components/LinkPanel"