chore: removed portrait css

This commit is contained in:
Ward Truyen 2024-09-09 22:28:01 +02:00
parent a13db554b1
commit 3d7010b2dc

View File

@ -12,7 +12,6 @@ body {
}
html {
/* colors */
background-image: linear-gradient(-30deg, #C0E0FF6F 70%, #FFE0C04F);
}
@ -72,6 +71,6 @@ html.theme-dark {
@media(orientation: portrait){
main{
margin: 1em;
margin-top: 0;
}
}