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:
parent
6191f8fa22
commit
06694681b6
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue