1
0
Fork 0
mirror of https://ark.sudovanilla.org/Korbs/butterflyvu.git synced 2024-12-22 23:33:54 +00:00

Adjust mobile support

This commit is contained in:
Korbs 2024-12-10 22:45:55 -05:00
parent 6191f8fa22
commit 06694681b6

View file

@ -44,6 +44,23 @@ table {
} }
} }
code {
background: #2b2b2b;
padding: 4px 8px;
border-radius: 4rem;
display: inline;
margin: 0px -4px;
}
pre {
code {
background: inherit;
padding: inherit;
border-radius:inherit;
display: inherit;
margin: inherit;
}
}
blockquote { blockquote {
margin: 0px; margin: 0px;
background: #323232; background: #323232;
@ -226,7 +243,7 @@ header {
} }
@media screen and (max-width: 775px) { @media screen and (max-width: 775px) {
.content { article {
flex-direction: column !important; flex-direction: column !important;
} }
} }
@ -237,8 +254,9 @@ header {
padding-bottom: 24px; padding-bottom: 24px;
} }
.page .content { .page article {
padding-top: 114px !important; padding-top: 114px !important;
margin-top: 48px;
} }
.footer { .footer {