forked from ruangrupa/lumbung.space
style footer
This commit is contained in:
parent
b8bdf80897
commit
f2fe5e8e8b
@ -1,4 +1,4 @@
|
|||||||
<footer class="bar">
|
<footer>
|
||||||
<div>
|
<div>
|
||||||
Imprint - Privacy Policy - Copyright
|
Imprint - Privacy Policy - Copyright
|
||||||
</div>
|
</div>
|
||||||
|
@ -54,11 +54,7 @@
|
|||||||
body {
|
body {
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
font-family: Gudea;
|
font-family: Gudea;
|
||||||
color: maroon;
|
margin: 0;
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: #1B4C8A;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
@ -645,11 +641,9 @@ li.page-item:nth-child(8) {
|
|||||||
|
|
||||||
/* Page footer */
|
/* Page footer */
|
||||||
|
|
||||||
footer.bar {
|
footer {
|
||||||
margin-top: 0;
|
background: #AFAFAF;
|
||||||
width: 80%;
|
color: #333333;
|
||||||
margin-left: auto;
|
font-size: 15px;
|
||||||
display: block;
|
padding: 1em 4em;
|
||||||
margin-right: auto;
|
|
||||||
margin-bottom: 2em;
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user