mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-17 05:09:29 +00:00
9 lines
102 B
SCSS
9 lines
102 B
SCSS
.content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 24px;
|
|
|
|
width: 100%;
|
|
padding: 24px;
|
|
}
|