17 lines
235 B
CSS
17 lines
235 B
CSS
|
|
/* In sections */
|
|
.tcg.footer {
|
|
display: flex;
|
|
}
|
|
.tcg.footer > .container {
|
|
/* display: flex; */
|
|
}
|
|
.footer-content {
|
|
display: flex;
|
|
margin: 0 auto;
|
|
}
|
|
.footer-section {
|
|
/* display: flex; */
|
|
margin: auto auto;
|
|
}
|