mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
9 lines
148 B
CSS
9 lines
148 B
CSS
.main {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 6rem;
|
|
min-height: 100vh;
|
|
}
|