Minor CSS changes
This commit is contained in:
parent
7a21696822
commit
44516b4e32
1
game.py
1
game.py
|
@ -74,6 +74,7 @@ def hello():
|
||||||
|
|
||||||
now = datetime.now(tz=tz)
|
now = datetime.now(tz=tz)
|
||||||
epoch = now.timestamp()
|
epoch = now.timestamp()
|
||||||
|
epoch = int(epoch)
|
||||||
|
|
||||||
lines = getContent()
|
lines = getContent()
|
||||||
while len(lines) < 2:
|
while len(lines) < 2:
|
||||||
|
|
|
@ -113,10 +113,11 @@ input[type="radio"] {
|
||||||
writing-mode: vertical-lr;
|
writing-mode: vertical-lr;
|
||||||
transform:rotate(210deg);
|
transform:rotate(210deg);
|
||||||
font-size: x-small;
|
font-size: x-small;
|
||||||
|
font-weight: bold;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: #E7E5E2;
|
color: #243233;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
|
|
Loading…
Reference in New Issue