updated footer to follow standards
parent
4c3eacd745
commit
be59c16aad
@ -1,20 +1,21 @@
|
|||||||
.footer-stats {
|
.footer {
|
||||||
display: none;
|
&.footer-stats {
|
||||||
|
display: none;
|
||||||
|
|
||||||
.stats-card {
|
.stats-card {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pointer;
|
.pointer;
|
||||||
|
}
|
||||||
|
padding-top: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
padding-top: 15px;
|
.copyright {
|
||||||
}
|
padding-bottom: 10px;
|
||||||
|
}
|
||||||
.copyright {
|
|
||||||
padding-bottom: 10px;
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue