log101-dot-dev/assets/scss/style.scss
2023-12-04 03:43:34 +00:00

11 lines
202 B
SCSS

#spotlight {
display: flex;
min-height: 100vh;
flex-direction: column;
align-items: center;
justify-content: center;
max-width: 400px;
margin: auto;
font-size: 1.5rem;
}