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 {
|
||||
color: #151515;
|
||||
font-family: "Assistant", sans-serif;
|
||||
line-height: 1.5;
|
||||
line-height: 1.42;
|
||||
margin: 0.666rem;
|
||||
max-width: 666px;
|
||||
padding: 1rem;
|
||||
|
@ -19,6 +19,8 @@ body {
|
|||
}
|
||||
|
||||
header {
|
||||
padding-bottom: 1rem;
|
||||
border-bottom: 0.24rem solid #b68024;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
h1 {
|
||||
|
@ -36,7 +38,7 @@ header {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
li {
|
||||
padding: 0.1rem;
|
||||
margin: auto 0.5rem;
|
||||
}
|
||||
li .active {
|
||||
text-decoration: underline;
|
||||
|
@ -47,7 +49,7 @@ header {
|
|||
}
|
||||
|
||||
footer {
|
||||
border-top: 1px solid #222;
|
||||
border-top: 0.24rem solid #b68024;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
|
@ -88,10 +90,12 @@ figure {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
footer > small {
|
||||
footer {
|
||||
padding-top: 1rem;
|
||||
small {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
align-self: stretch;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue