aboutsummaryrefslogtreecommitdiffstats
path: root/static/css/home.css
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2023-08-05 21:11:48 +0100
committerLeonardo Bishop <me@leonardobishop.com>2023-08-05 21:11:48 +0100
commit18cc5f69129615850e48a995f7c3406b74d8d2f4 (patch)
tree1fdc6eadae4b0a6da69319f9b6733379ced2e4c2 /static/css/home.css
parent64c36dcef8ab1c0b985d79da627cecd30fd50336 (diff)
Redesign website
Diffstat (limited to 'static/css/home.css')
-rw-r--r--static/css/home.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/static/css/home.css b/static/css/home.css
new file mode 100644
index 0000000..4920ee3
--- /dev/null
+++ b/static/css/home.css
@@ -0,0 +1,27 @@
+.grid-outer {
+ width: 100%;
+ display: flex;
+ flex-direction: column;
+ gap: 4rem;
+}
+
+.grid-inner {
+ display: flex;
+ flex-direction: row;
+ gap: 1rem;
+}
+
+.grid-title {
+ flex-basis: 50px;
+ font-family: var(--font-monospace);
+ color: var(--color-text-muted);
+ text-align: right;
+}
+
+.grid-content {
+ width: 100%
+}
+
+.spacer {
+ height: 3rem;
+}