Updated homepage and stylesheets

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

View file

@ -5,7 +5,12 @@
*/
/* Responsive layout for mobile */
@media (max-width: 768px) {
@media (max-width: 800px) {
/* Custom */
.img {
max-height: 25vh;
}
/* Menu */
.menu {
width: 90%;
@ -51,6 +56,7 @@
.footer p {font-size:12px;}
.info {text-align: center; width: 100%;}
.copyright {text-align: center; width: 100%;}
/* Boxes */
.box {
@ -65,4 +71,6 @@
padding: 10px;
width: 80%;
}
.content {margin: auto;}
}