Skip to content

Instantly share code, notes, and snippets.

@Benality
Benality / app.css
Created July 16, 2025 00:35
Media adjustment VORP Menu for 2560x1440
@media screen and (min-width: 2560px) and (max-width: 3839px) and (min-height: 1440px) {
.menu {
padding: 50px;
margin-top: -1%;
}
.menu .menu-items {
inline-size: 20vw;
max-height: 45vh;