Restyle footer
This commit is contained in:
parent
e8bc7d5856
commit
103df1c440
1 changed files with 4 additions and 2 deletions
|
@ -35,7 +35,9 @@ html, body{
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
a {
|
||||||
|
.transition(color 0.4s);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ol , ul{
|
ol , ul{
|
||||||
|
@ -58,7 +60,7 @@ footer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 50px;
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #232323;
|
background-color: #232323;
|
||||||
a {
|
a {
|
||||||
|
|
Reference in a new issue