diff options
author | Vincent Ambo <mail@tazj.in> | 2022-09-04T17·59+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-09-04T18·50+0000 |
commit | 85e3281f75956ffe2fea2129c6593116c23cdc71 (patch) | |
tree | df7be57951abf30a75d85945dd32391f1ae85f15 /corp/tvixbolt/index.css | |
parent | 932a70d0c25a3d7b8cfb31788348e850648e2aa1 (diff) |
feat(corp/tvixbolt): add some additional information on the page r/4644
A little bit easier to grasp what's going on then just a blank page with a textbox ... Change-Id: I16f456035173813d60d88ff7e5ebd14712f77ec3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6330 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'corp/tvixbolt/index.css')
-rw-r--r-- | corp/tvixbolt/index.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/corp/tvixbolt/index.css b/corp/tvixbolt/index.css index e69de29bb2d1..95bd7d098362 100644 --- a/corp/tvixbolt/index.css +++ b/corp/tvixbolt/index.css @@ -0,0 +1,7 @@ +.footer { + text-align: right; +} + +.lod { + text-align: center; +} |