Updated content and increased version number

Signed-off-by: Bo Jordans <bo@eepyfox.space>
Signed-off-by: FreedTapestry21 <freedtapestry21@pixelated.sh>
This commit is contained in:
Bo⋆˚✿˖° 2025-08-25 21:37:48 +02:00
parent a9a318cf7e
commit a4325a9b2e
No known key found for this signature in database
GPG key ID: D9303A8DCAB82416
12 changed files with 20 additions and 14 deletions

View file

@ -6,6 +6,12 @@
/* Responsive layout for mobile */
@media (max-width: 800px) {
p {font-size: 15px;}
h1 {font-size: 31px;}
h2 {font-size: 27px;}
h3 {font-size: 23px;}
h4 {font-size: 19px;}
/* Custom */
.img {
max-height: 25vh;
@ -31,7 +37,9 @@
}
.name {
text-align: center; width: 100%;
font-weight: bold;
text-align: center;
width: 100%;
background-color: var(--accent-color);
color: var(--text-color);
@ -55,7 +63,7 @@
.footer p {font-size:12px;}
.info {text-align: center; width: 100%;}
.info {font-weight: bold; text-align: center; width: 100%;}
.copyright {text-align: center; width: 100%;}
/* Boxes */