From e8e3c4cba8ffa0056e984c113cfbb75319e00022 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Fri, 20 Sep 2024 16:21:09 +1000 Subject: v0.4-rc1 --- Pages/JobCounter/Index.cshtml.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Pages/JobCounter/Index.cshtml.css (limited to 'Pages/JobCounter/Index.cshtml.css') 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; +} -- cgit v1.3