improved footer
This commit is contained in:
Vendored
+12
-3
@@ -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*/
|
||||
Reference in New Issue
Block a user