|
|
@ -1,6 +1,7 @@
|
|
|
|
footer {
|
|
|
|
footer {
|
|
|
|
padding: 10px;
|
|
|
|
margin-top: auto;
|
|
|
|
font-family: var(--post-font-family);
|
|
|
|
font-family: var(--post-font-family);
|
|
|
|
|
|
|
|
padding: 1.4rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
footer section {
|
|
|
|
footer section {
|
|
|
@ -24,12 +25,11 @@ footer {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
align-items: flex-end;
|
|
|
|
align-items: flex-end;
|
|
|
|
// gap: 0px;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.social {
|
|
|
|
.social {
|
|
|
|
background-image: unset;
|
|
|
|
background-image: unset;
|
|
|
|
padding: 2px;
|
|
|
|
padding: 1vmin;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
@ -37,10 +37,10 @@ footer {
|
|
|
|
|
|
|
|
|
|
|
|
.social>img {
|
|
|
|
.social>img {
|
|
|
|
color: #000000;
|
|
|
|
color: #000000;
|
|
|
|
width: 32px;
|
|
|
|
aspect-ratio: 1/1;
|
|
|
|
height: 32px;
|
|
|
|
width: 1.6rem;
|
|
|
|
padding: 18px;
|
|
|
|
height: auto;
|
|
|
|
filter: invert(0);
|
|
|
|
padding: 0.7vmin;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.social {
|
|
|
|
.social {
|
|
|
|