summaryrefslogtreecommitdiff
path: root/statics/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'statics/custom.css')
-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 */