mirror of
https://github.com/magnum-opus-tender-hack/frontend.git
synced 2024-11-13 03:46:33 +03:00
10 lines
112 B
CSS
10 lines
112 B
CSS
.container{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
gap:100px;
|
|
padding:100px;
|
|
|
|
}
|
|
|