1
0
Fork 0

custom front page template working

Esse commit está contido em:
Adam Piontek 2021-07-06 14:57:45 -04:00
commit 0584537f99
13 arquivos alterados com 269 adições e 82 exclusões
assets/css

Ver arquivo

@ -86,9 +86,18 @@ a {
}
.footer73k {
position: fixed !important;
font-size: 10px !important;
font-size: 14px !important;
border-top-left-radius: 0.3rem !important;
padding-top: 2px;
padding-bottom: 2px;
}
/* social icons */
#social-icons .link-light {
border-bottom: none;
color: $gray-100;
&:hover {
color: $primary;
}
}