forked from deepStateMirrors/tabi
📱 feat: make footer & banner responsive
Social icons were too big on smaller screens. Fix #34
This commit is contained in:
parent
900cce3b65
commit
921725cb11
3 changed files with 56 additions and 47 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue