From 54e4dcde6c6d65d1ce185705fb32d102ee992576 Mon Sep 17 00:00:00 2001 From: Minteck Date: Mon, 4 Jul 2022 21:54:30 +0200 Subject: Update a few things --- assets/common/css/common.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'assets/common/css/common.css') diff --git a/assets/common/css/common.css b/assets/common/css/common.css index 3fa52da..593ea53 100644 --- a/assets/common/css/common.css +++ b/assets/common/css/common.css @@ -173,4 +173,18 @@ hr { border-left: none; border-right: none; border-bottom: 1px solid rgba(255, 255, 255, .25); +} + +#relationships { + display: grid; + grid-template-columns: 1fr max-content 1fr; + grid-column-gap: 5px; +} + +.relationship-1 { + text-align: right; +} + +.relationship-3 { + text-align: left; } \ No newline at end of file -- cgit