diff options
author | stale <redkugelblitzin@gmail.com> | 2022-05-20 06:39:58 -0300 |
---|---|---|
committer | stale <redkugelblitzin@gmail.com> | 2022-05-20 06:39:58 -0300 |
commit | fae0fca7aabb81325a296a1d6202239c3db44b60 (patch) | |
tree | 687a95f381ee13ee3de9f8eabdf4cd371a258091 /assets/style.css | |
parent | d89b9ea43ac65af549279f6e86c68c66243dcdf3 (diff) |
wip room support
Diffstat (limited to 'assets/style.css')
-rw-r--r-- | assets/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/assets/style.css b/assets/style.css index acdd9c0..a8936e6 100644 --- a/assets/style.css +++ b/assets/style.css @@ -1,6 +1,6 @@ @font-face { font-family: vt323; - src: url("f.ttf"); + src: url("/f.ttf"); } #board-container { font-size: 36px; @@ -11,6 +11,9 @@ body { background-color: black; color: white; } +form { + margin: 0 auto; +} .unsel { -webkit-touch-callout: none; -webkit-user-select: none; |