mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
11 lines
150 B
Plaintext
11 lines
150 B
Plaintext
.explore {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
|
|
width: 100%;
|
|
|
|
> div {
|
|
margin-bottom: 15px;
|
|
}
|
|
} |