15 lines
205 B
SCSS
15 lines
205 B
SCSS
|
.footer, .footer .content {
|
||
|
min-height: inherit;
|
||
|
width: inherit;
|
||
|
}
|
||
|
|
||
|
.footer p {
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.footer a {
|
||
|
font-family: 'Tox Typewriter';
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|