shimmer-systems/sass/elements.scss
2023-04-11 21:48:18 -04:00

18 lines
No EOL
224 B
SCSS

.centered {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.smallText {
font-size: 10px !important;
}
.smallText span {
color: white;
}
.smallText li {
list-style-type: none;
}