pretty.css: add media queries to move pastes down on phones
Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
parent
c8637b04dd
commit
2e84ba2079
2 changed files with 8 additions and 1 deletions
|
|
@ -41,3 +41,10 @@ span {
|
||||||
.rootBox {
|
.rootBox {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 80rem) {
|
||||||
|
#pasteContent {
|
||||||
|
margin-top: 70px
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue