pretty.css: add media queries to move pastes down on phones
Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
@@ -41,3 +41,10 @@ span {
|
||||
.rootBox {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@media (max-width: 80rem) {
|
||||
#pasteContent {
|
||||
margin-top: 70px
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user