seitime-frappe/frappe/www/me.css
2025-01-01 03:26:56 +05:30

10 lines
No EOL
176 B
CSS

.container {
display: flex;
flex-direction: column;
justify-content: center;
height: 100vh;
max-width: 100vw;
padding: 0;
margin: 0;
background: var(--bg-light-gray);
}