improve the footer

This commit is contained in:
Michael Q Larson
2015-04-07 00:11:31 -07:00
parent 840930d967
commit bd7c5310b1
11 changed files with 196 additions and 70 deletions

View File

@@ -608,16 +608,23 @@ thead {
.fcc-footer {
width: 100%;
height: 50px;
text-align: center;
background-color: #4a2b0f;
height: 40px;
padding: 12px;
bottom: 0;
left: 0;
position: absolute;
a {
font-size: 28px;
font-size: 20px;
color: #eee;
margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
&:hover {
padding-top: 14px;
padding-bottom: 14px;
color: #4a2b0f;
background-color: #eee;
text-decoration: none;