Update index.html

This commit is contained in:
nune 2024-12-20 10:39:44 -05:00 committed by GitHub
parent f52d35da2a
commit 4f54dcb51c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,15 +54,12 @@
padding: 10px; padding: 10px;
font-family: monospace; font-family: monospace;
white-space: pre; white-space: pre;
background: rgba(0, 0, 0, 0.5);
color: #fff;
font-size: 1rem; /* Default font size for desktop */
} }
@media (max-width: 768px) { @media (max-width: 768px) {
/* For tablets and small screens */ /* For tablets and small screens */
#asciiArtContainer { #asciiArtContainer {
font-size: 0.8rem; /* Slightly smaller font */ font-size: 0.5rem; /* Slightly smaller font */
padding: 8px; /* Reduced padding */ padding: 8px; /* Reduced padding */
} }
} }
@ -70,7 +67,7 @@
@media (max-width: 480px) { @media (max-width: 480px) {
/* For mobile devices */ /* For mobile devices */
#asciiArtContainer { #asciiArtContainer {
font-size: 0.6rem; /* Smaller font size for mobile */ font-size: 0.3rem; /* Smaller font size for mobile */
padding: 5px; /* Minimal padding */ padding: 5px; /* Minimal padding */
} }
} }