footer and quote style fix

This commit is contained in:
samba 2018-06-17 18:10:41 -06:00
parent b637c3e8a1
commit 4e1cb53301

View file

@ -73,9 +73,13 @@ body {
transform: translate(-50%,0%);
}
footer {
text-align:center;
background-color: black;
border-radius: 100px;
padding: 1% 5% 1% 1%;
margin: 0% 5% 0% 5%;
text-align: center;
color: white;
font-size:0.7em;
padding-top:30px;
}
.copyleft {
transform:rotate(180deg);
@ -128,6 +132,7 @@ section p:nth-child(2) {
text-align: right;
font-size:12pt;
color: white;
white-space: pre-wrap;
}
pre {
margin: 8px 0px 8px 0px;
@ -140,6 +145,7 @@ pre {
text-align: left;
font-size:12pt;
color: white;
white-space: pre-wrap;
}