6 lines
78 B
CSS
6 lines
78 B
CSS
.footer {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|