Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
blockscout/apps/block_scout_web/assets/css/components/_footer.scss

35 lines
592 B

$footer-height: 4rem;
$footer-padding: 1em;
$social-link-size: 2rem;
$footer-text-color: rgba($white, 0.7);
.footer {
font-size: 12px;
background: $primary;
color: $footer-text-color;
text-align: center;
margin-top: $footer-padding;
padding: $footer-padding;
position: relative;
line-height: $social-link-size;
@media (max-width: 768px) {
width: 100%;
}
}
.footer-body {
position: relative;
}
.footer .icon-links {
position: absolute;
right: 0;
@media (max-width: 768px) {
position: static;
justify-content: center;
margin-bottom: 5px;
}
}