fix: more css tweaks for mobile
This commit is contained in:
parent
ba13fbfe62
commit
6a90dcbb0e
1 changed files with 13 additions and 9 deletions
|
@ -9,7 +9,7 @@ html {
|
||||||
body {
|
body {
|
||||||
color: #151515;
|
color: #151515;
|
||||||
font-family: "Assistant", sans-serif;
|
font-family: "Assistant", sans-serif;
|
||||||
line-height: 1.5;
|
line-height: 1.42;
|
||||||
margin: 0.666rem;
|
margin: 0.666rem;
|
||||||
max-width: 666px;
|
max-width: 666px;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
@ -19,6 +19,8 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
padding-bottom: 1rem;
|
||||||
|
border-bottom: 0.24rem solid #b68024;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
h1 {
|
h1 {
|
||||||
|
@ -36,7 +38,7 @@ header {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
li {
|
li {
|
||||||
padding: 0.1rem;
|
margin: auto 0.5rem;
|
||||||
}
|
}
|
||||||
li .active {
|
li .active {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
@ -47,7 +49,7 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
border-top: 1px solid #222;
|
border-top: 0.24rem solid #b68024;
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -88,10 +90,12 @@ figure {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer > small {
|
footer {
|
||||||
display: flex;
|
padding-top: 1rem;
|
||||||
align-items: center;
|
small {
|
||||||
justify-content: center;
|
display: flex;
|
||||||
align-self: stretch;
|
align-items: center;
|
||||||
padding: 0.5rem;
|
justify-content: center;
|
||||||
|
align-self: stretch;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue