mirror of
https://git.coolaj86.com/coolaj86/greenlock.html
synced 2025-12-24 05:18:40 +00:00
5 lines
81 B
CSS
5 lines
81 B
CSS
.column-row {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
} |