You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.main {
|
|
padding: 10px;
|
|
flex: 1;
|
|
display: flex;
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
.footer {
|
|
display: flex;
|
|
flex: 1;
|
|
padding: 2rem 0;
|
|
border-top: 1px solid #eaeaea;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.container{
|
|
margin: 0 auto;
|
|
|
|
} |