mirror of
https://gitlab.com/redline-racing-division/tournament.git
synced 2025-08-01 11:01:24 +00:00
fixed background on certain device sizes
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
html {
|
html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
background-color: rgba(166, 13, 59, 1);
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
height: 100%;
|
height: 110%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background: rgb(166, 13, 59);
|
background: rgb(166, 13, 59);
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
|
Reference in New Issue
Block a user