Browse Source

footer and quote style fix

samba 6 years ago
parent
commit
4e1cb53301
1 changed files with 8 additions and 2 deletions
  1. 8 2
      style.css

+ 8 - 2
style.css

@@ -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;
 
 }