Add responsive styles for small screens in zen-welcome.css

This commit is contained in:
mr. M
2025-02-19 00:31:59 +01:00
parent fab823b957
commit dcd6f0085b

View File

@@ -59,6 +59,12 @@
height: 60%;
box-shadow: var(--zen-big-shadow);
/* Small screens */
@media (max-width: 800px) {
width: 80%;
height: 80%;
}
#zen-welcome-page-sidebar {
flex-direction: column;
justify-content: space-between;