]> git.plutz.net Git - webpoll/commitdiff
center home screen
authorPaul Hänsch <paul@plutz.net>
Sat, 24 Jul 2021 20:08:32 +0000 (22:08 +0200)
committerPaul Hänsch <paul@plutz.net>
Sat, 24 Jul 2021 20:08:32 +0000 (22:08 +0200)
webpoll.css

index 4c5ee0887453366f11b80abfe4449f8953211482..b7d845a5c061a169c032c1555613c7c377eba017 100644 (file)
@@ -1,3 +1,9 @@
+body.home form {
+  position: fixed;
+  left: 50%; top: 50%;
+  transform: translate(-50%, -50%);
+}
+
 body.newdate form {
   text-align: center;
   margin: auto;