Fixed footer aspect
This commit is contained in:
parent
a87065577b
commit
3620891d2e
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
||||||
footer {
|
footer {
|
||||||
background-color: #30638e;
|
background-color: #30638e;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
footer p {
|
||||||
color: lightgray;
|
color: lightgray;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 10px;
|
|
||||||
}
|
}
|
||||||
footer a {
|
footer a {
|
||||||
color: lightgray;
|
color: lightgray;
|
||||||
|
|
Loading…
Add table
Reference in a new issue