mirror of
https://github.com/loikein/hugo-tufte.git
synced 2024-11-15 04:46:58 +01:00
44 lines
801 B
SCSS
44 lines
801 B
SCSS
|
/* Footer, but with a different name to avoid conflicts with tufte.css */
|
||
|
footer.page-footer{
|
||
|
padding-top: 1em;
|
||
|
margin-top: 3em;
|
||
|
color: #aaa;
|
||
|
width: 95%;
|
||
|
max-width: 45rem;
|
||
|
}
|
||
|
footer.page-footer p {
|
||
|
font-size: 1.2rem;
|
||
|
margin: 0em;
|
||
|
/* light font looked odd on chrome */
|
||
|
/*font-weight: lighter;*/
|
||
|
}
|
||
|
footer.page-footer a {
|
||
|
color: rgba(65, 70, 75, 1);
|
||
|
text-decoration: none;
|
||
|
background: transparent;
|
||
|
}
|
||
|
footer.page-footer hr {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
footer.page-footer ul.page-footer-menu {
|
||
|
list-style: none;
|
||
|
display: block;
|
||
|
/*text-align:center;*/
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
width: unset;
|
||
|
}
|
||
|
|
||
|
footer.page-footer ul.page-footer-menu li {
|
||
|
display: inline-block;
|
||
|
margin-right: 0.5rem;
|
||
|
// font-size: 55%;
|
||
|
}
|
||
|
|
||
|
.copyright {
|
||
|
}
|
||
|
.copyright p {
|
||
|
font-size: 90%;
|
||
|
}
|