chore: removed portrait css
This commit is contained in:
parent
a13db554b1
commit
3d7010b2dc
@ -12,7 +12,6 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
/* colors */
|
|
||||||
background-image: linear-gradient(-30deg, #C0E0FF6F 70%, #FFE0C04F);
|
background-image: linear-gradient(-30deg, #C0E0FF6F 70%, #FFE0C04F);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -72,6 +71,6 @@ html.theme-dark {
|
|||||||
|
|
||||||
@media(orientation: portrait){
|
@media(orientation: portrait){
|
||||||
main{
|
main{
|
||||||
margin: 1em;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user