📱 feat: make footer & banner responsive

Social icons were too big on smaller screens.
Fix #34
This commit is contained in:
welpo
2023-02-19 18:54:02 +01:00
parent 900cce3b65
commit 921725cb11
3 changed files with 56 additions and 47 deletions

View File

@@ -94,17 +94,21 @@ html {
}
body {
display: flex;
flex-direction: column;
min-height: 100vh;
margin: 0;
padding: 0;
}
.content {
flex: 1;
width: 100%;
max-width: var(--max-layout-width);
margin: 0 auto;
margin-top: 6vmin;
padding: 0 24px;
word-wrap: break-word;
min-height: 80vh;
}
article{
@@ -115,7 +119,6 @@ article{
.section-title {
display: block;
font-size: 2.2em;
margin-top: 0.67em;
margin-bottom: 0em;
margin-left: 0;
margin-right: 0;