summaryrefslogtreecommitdiff
path: root/statics
diff options
context:
space:
mode:
authorCara Salter <cara@devcara.com>2022-06-17 20:34:01 -0400
committerCara Salter <cara@devcara.com>2022-06-17 20:34:01 -0400
commit8bd904670f0e7acea40d0f7f34fac0df502a74c1 (patch)
treee15c60e98cd9d5c025b96e064071483d5f81083f /statics
parentce50fbcdd51f47bad3fd85e91c030879ce5dfad8 (diff)
downloadsite-8bd904670f0e7acea40d0f7f34fac0df502a74c1.tar.gz
site-8bd904670f0e7acea40d0f7f34fac0df502a74c1.zip
Custom RTMP server
Diffstat (limited to 'statics')
-rw-r--r--statics/custom.css8
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 */