diff options
Diffstat (limited to 'assets/common/css/common.css')
-rw-r--r-- | assets/common/css/common.css | 14 |
1 files changed, 14 insertions, 0 deletions
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 |