aboutsummaryrefslogtreecommitdiff
path: root/Pages/JobCounter/Index.cshtml.css
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2024-09-20 16:21:09 +1000
committerJake Mannens <jake@asger.xyz>2024-10-29 11:42:54 +1100
commite8e3c4cba8ffa0056e984c113cfbb75319e00022 (patch)
tree8336315e61f9e77207276d478b25fe5dc7c3d06c /Pages/JobCounter/Index.cshtml.css
parent0e21907c76dbefed11f382bcf949143f0716567f (diff)
v0.4-rc1v0.4-rc1
Diffstat (limited to 'Pages/JobCounter/Index.cshtml.css')
-rw-r--r--Pages/JobCounter/Index.cshtml.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/Pages/JobCounter/Index.cshtml.css b/Pages/JobCounter/Index.cshtml.css
new file mode 100644
index 0000000..5b191c1
--- /dev/null
+++ b/Pages/JobCounter/Index.cshtml.css
@@ -0,0 +1,14 @@
+div {
+ align-items: center;
+ display: flex;
+ flex-direction: column;
+ left: 50%;
+ position: absolute;
+ top: 50%;
+ transform: translate(-50%, -50%);
+}
+
+h1 {
+ font-family: 'Arial';
+ font-size: 28pt;
+}