log101-dot-dev/assets/scss/style.scss

11 lines
202 B
SCSS
Raw Normal View History

2023-12-04 03:43:34 +00:00
#spotlight {
display: flex;
min-height: 100vh;
flex-direction: column;
align-items: center;
justify-content: center;
max-width: 400px;
margin: auto;
font-size: 1.5rem;
}