7 lines
91 B
7 lines
91 B
8 years ago
|
.main {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
width: 100%;
|
||
|
}
|