improved footer

This commit is contained in:
2018-11-03 17:53:45 +01:00
parent def5176164
commit 7ef6bea550
6 changed files with 35 additions and 7 deletions
+12 -3
View File
@@ -655,6 +655,7 @@ template {
font-style: italic;
}
@charset "UTF-8";
html, body {
font-family: 'amiri', sans-serif;
font-size: 16px;
@@ -1027,12 +1028,20 @@ main#content.mode-text .opened-link .close-link-btn {
font-size: 16px; }
footer {
box-sizing: border-box;
height: 3em;
position: fixed;
bottom: 0;
background-color: white;
width: 100%; }
footer > * {
margin-left: 70px; }
width: 100%;
padding: 1em 0 0 70px; }
footer p {
display: inline-block;
margin: 0 2em 0 0; }
footer p:before {
content: '\22C5 '; }
footer a {
text-decoration: none;
color: inherit; }
/*# sourceMappingURL=main.css.map*/