Changed content on homepage and about

Signed-off-by: Bo Jordans <bo@eepyfox.space>
Signed-off-by: FreedTapestry21 <freedtapestry21@pixelated.sh>
This commit is contained in:
Bo⋆˚✿˖° 2025-06-04 03:58:56 +02:00
parent 6f6867a1d9
commit e8e4c7d64e
No known key found for this signature in database
GPG key ID: D9303A8DCAB82416
8 changed files with 27 additions and 15 deletions

View file

@ -69,7 +69,7 @@ a:hover {
background-color: var(--accent-color);
color: var(--background-color);
width: 90%;
width: 100%;
margin: auto;
}
@ -94,7 +94,7 @@ a:hover {
background-color: var(--accent-color);
color: var(--background-color);
width: 90%;
width: 100%;
margin: auto;
}
@ -106,7 +106,7 @@ a:hover {
/* Boxes */
.box {
width: 80%;
width: min(1400px, 80%);
display: flex;
flex-direction: row;