mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-10-27 03:31:28 +01:00
10 lines
149 B
SCSS
10 lines
149 B
SCSS
.centering {
|
|
align-items: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
|
|
/* Demo */
|
|
flex-direction: column;
|
|
width: 6rem;
|
|
}
|