1
0
mirror of https://gitlab.com/MisterBiggs/blog.git synced 2025-06-16 07:06:46 +00:00
2019-08-08 22:44:23 -07:00

10 lines
161 B
SCSS

.waves {
max-width: 320px;
height: 5px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin: 30px auto;
}