mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-10-23 10:46:13 +02:00
9 lines
148 B
SCSS
9 lines
148 B
SCSS
.centering {
|
|
align-items: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
|
|
/* Demo */
|
|
flex-direction: column;
|
|
width: 6rem;
|
|
} |