Updated content and increased version number

This commit is contained in:
Bo⋆˚✿˖° 2025-08-25 21:37:48 +02:00 committed by Bo Jordans
parent 6fe4f1601f
commit fa6d79ec4a
No known key found for this signature in database
GPG key ID: B87561A6B07575DC
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 */