Akj2023's picture
Fixed styles.css naming
382c461
raw
history blame contribute delete
193 Bytes
/* styles.css */
.st-spinner > div > div > svg {
width: 100px;
height: 100px;
}
.st-spinner {
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}