Updated content and increased version number

This commit is contained in:
Bo⋆˚✿˖° 2025-08-25 21:37:48 +02:00
parent 23c13926af
commit e63ee1cc46
Signed by: FreedTapestry21
GPG key ID: 5E19D8C7E935C480
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 */