📱 feat: make footer & banner responsive
Social icons were too big on smaller screens. Fix #34
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user