13 lines
189 B
CSS
13 lines
189 B
CSS
img.footer-img {
|
|
display: unset !important;
|
|
padding: 0px 2px;
|
|
}
|
|
|
|
#footer-badge {
|
|
width: fit-content;
|
|
margin: auto;
|
|
}
|
|
|
|
footer {
|
|
margin-top: 2rem !important;
|
|
} |