pretty.css: add media queries to move pastes down on phones

Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
Gunwant Jain
2022-04-23 04:55:03 +05:30
parent c8637b04dd
commit 2e84ba2079
2 changed files with 8 additions and 1 deletions

View File

@@ -41,3 +41,10 @@ span {
.rootBox { .rootBox {
position: relative; position: relative;
} }
@media (max-width: 80rem) {
#pasteContent {
margin-top: 70px
}
}