diff options
author | Cara Salter <cara@devcara.com> | 2022-06-17 20:34:01 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-06-17 20:34:01 -0400 |
commit | 8bd904670f0e7acea40d0f7f34fac0df502a74c1 (patch) | |
tree | e15c60e98cd9d5c025b96e064071483d5f81083f /statics | |
parent | ce50fbcdd51f47bad3fd85e91c030879ce5dfad8 (diff) | |
download | site-8bd904670f0e7acea40d0f7f34fac0df502a74c1.tar.gz site-8bd904670f0e7acea40d0f7f34fac0df502a74c1.zip |
Custom RTMP server
Diffstat (limited to 'statics')
-rw-r--r-- | statics/custom.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/statics/custom.css b/statics/custom.css index d13f117..03a8f72 100644 --- a/statics/custom.css +++ b/statics/custom.css @@ -10,7 +10,11 @@ a { /* Base container */ .container { margin: auto; /* centered */ - width: 80%; /* looks nice */ + width: 60%; /* looks nice */ +} + +.centered { + margin: auto; } /* Navbar */ @@ -43,6 +47,8 @@ a { .inner-column { flex: 50%; + margin-right: 0.5rem; + margin-left: 0.1rem; } /* Post list */ |