fix under
This commit is contained in:
parent
820f9d0ad3
commit
88a42e9ff4
|
@ -150,8 +150,8 @@ body {
|
||||||
footer.footer {
|
footer.footer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
background-color: grey;
|
background-color: whitesmoke;
|
||||||
color: #555;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-container {
|
.footer-container {
|
||||||
|
@ -186,8 +186,8 @@ footer.footer {
|
||||||
.footer-right p {
|
.footer-right p {
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #333;
|
color: black;
|
||||||
background-color: #555;
|
background-color: whitesmoke;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue