about summary refs log tree commit diff
path: root/assets/public
diff options
context:
space:
mode:
authorMelonai <einebeere@gmail.com>2021-06-27 00:05:52 +0200
committerMelonai <einebeere@gmail.com>2021-06-27 00:05:52 +0200
commit9d8ca2a653661560f471d717d188e92a79edb250 (patch)
treecfcc5eef0f40a5853d71e2b668b724363dd28738 /assets/public
parentf6f44950e79041e4f7afe441fc4b850e1030f27a (diff)
downloadrook-9d8ca2a653661560f471d717d188e92a79edb250.tar.zst
rook-9d8ca2a653661560f471d717d188e92a79edb250.zip
Request page design
Diffstat (limited to 'assets/public')
-rw-r--r--assets/public/css/app.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/assets/public/css/app.css b/assets/public/css/app.css
index 86f45a0..85d95ac 100644
--- a/assets/public/css/app.css
+++ b/assets/public/css/app.css
@@ -14,3 +14,34 @@ body {
     -moz-osx-font-smoothing: grayscale;
     text-rendering: optimizeLegibility;
 }
+
+main {
+    display: flex;
+    justify-content: space-around;
+    align-items: center;
+    height: 100%;
+    width: 66%;
+    margin: auto;
+}
+
+h1 {
+    font-size: 35px;
+    font-weight: 400;
+}
+
+.left-segment {
+    width: 315px;
+}
+
+.right-segment {
+    width: 315px;
+    height: 100%;
+    padding-top: 225px;
+    box-sizing: border-box;
+}
+
+p {
+    color: #626262;
+    font-size: 16px;
+    margin-bottom: 30px;
+}