move footer to the bottom and align member socials

This commit is contained in:
2022-06-18 20:53:25 +03:00
parent 928e025114
commit 05231b6967
4 changed files with 47 additions and 32 deletions

View File

@@ -33,6 +33,9 @@
display: flex;
flex-direction: column;
font-size: 20px;
position: absolute;
bottom: 0;
width: calc(100vw - 2rem);
}
hr {

View File

@@ -20,10 +20,16 @@ body {
background-color: var(--primary);
color: var(--text);
margin: 0;
display: flex;
flex-direction: column;
position: relative;
min-height: 100vh;
}
main {
padding: 1rem;
flex-grow: 1;
padding-bottom: 200px;
}
a {