Updated homepage and stylesheets

This commit is contained in:
Bo⋆˚✿˖° 2025-06-03 03:21:34 +02:00
parent 0738fa957d
commit 0cdca68153
No known key found for this signature in database
GPG key ID: CEE0F03E50221D34
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;}
}