chore: fixed backround ini css

This commit is contained in:
Ward Truyen 2024-09-09 22:22:56 +02:00
parent a9d3d80959
commit a7f2142bc6

View File

@ -9,12 +9,15 @@ body {
height: 100%;
display: flex;
flex-direction: column;
/* colors */
}
html {
background-image: linear-gradient(-30deg, #C0E0FF6F 70%, #FFE0C04F);
}
main {
margin: auto;
margin-top: 1em;
width: 80%;
padding: 10px;
min-height: 40%;
@ -59,8 +62,8 @@ html.theme-dark {
text-shadow: 0px 0px 3px blue, 2px 2px 6px;
}
@media(orientation: portrait){
main{
@media(orientation: portrait) {
main {
margin: 1em;
}
}