fix footer
This commit is contained in:
parent
325129c261
commit
d6d51fb57f
|
@ -430,7 +430,6 @@ footer {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
transition: transform 0.5s ease !important;
|
transition: transform 0.5s ease !important;
|
||||||
min-width: 200px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-link:hover {
|
.footer-link:hover {
|
||||||
|
@ -1476,6 +1475,7 @@ pre {
|
||||||
|
|
||||||
.footer-link {
|
.footer-link {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
min-width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
Loading…
Reference in New Issue