mirror of
https://gitlab.com/MisterBiggs/blog.git
synced 2025-06-16 07:06:46 +00:00
10 lines
161 B
SCSS
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;
|
|
}
|