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