11 lines
197 B
CSS
11 lines
197 B
CSS
.footer {
|
|
font-size: .9em;
|
|
line-height: 1.5em;
|
|
text-align: center;
|
|
margin: 5px auto;
|
|
max-width: var(--site-max-width);
|
|
}
|
|
|
|
.footer-spacing {
|
|
height: var(--global-spacing);
|
|
}
|