Browse Source

Fix footer alignment

master
NGnius (Graham) 3 years ago
parent
commit
d24737721b
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      site/static/style.css

+ 4
- 1
site/static/style.css View File

@@ -64,6 +64,7 @@ iframe.iframe-player {
padding-right: 1%;
margin: 4%;
margin-top: 1%;
margin-bottom: 1%;
border: 0;
border-left: 4px;
border-right: 4px;
@@ -77,7 +78,9 @@ footer {
width: 92%;
background-color: #D8DFD8;
padding: 0.5%;
margin: 0;
padding-left: 1%;
padding-right: 1%;
margin: 1%;
margin-left: 4%;
margin-right: 4%;
text-align: right;


Loading…
Cancel
Save