10 lines
196 B
CSS
10 lines
196 B
CSS
.footer {
|
|
border-top: var(--border-header-footer);
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.footer-text {
|
|
line-height: 2.5;
|
|
} |