2021-08-20 23:21:47 +02:00
|
|
|
/* Footer, but with a different name to avoid conflicts with tufte.css */
|
|
|
|
footer.page-footer{
|
2023-04-15 19:52:07 +02:00
|
|
|
margin-top: 1.4rem;
|
2021-08-20 23:21:47 +02:00
|
|
|
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 {
|
2024-09-27 15:36:01 +02:00
|
|
|
color: #ddd ;
|
2021-08-20 23:21:47 +02:00
|
|
|
text-decoration: none;
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
footer.page-footer hr {
|
2024-09-28 01:54:39 +02:00
|
|
|
width: 100vw;
|
2021-08-20 23:21:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
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%;
|
|
|
|
}
|