Advertisement
artemsemkin

Asli theme: vertically center overlay menu items

May 14th, 2025 (edited)
648
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.09 KB | None | 0 0
  1. .menu-overlay {
  2.   display: flex;
  3.   flex-direction: column;
  4.   justify-content: center;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement