summary refs log tree commit diff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 97b98f4..1868c63 100644
--- a/static/style.css
+++ b/static/style.css
@@ -131,4 +131,22 @@ footer {
     background: rgba(255, 255, 255, 0.8);
     border-radius: 10px;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
+    display: flex
+}
+
+.userbox {
+    /* Optional: control width */
+    width: 200px;
+    border-top: 2px solid #fff;
+    border-left: 2px solid #fff;
+    border-right: 2px solid #888;
+    border-bottom: 2px solid #888;
+    padding: 10px;
+}
+
+.post-content {
+    /* Optional: make this div fill remaining space */
+    margin-left: 20px;
+    padding-right: 15%;
+    flex: 1;
 }
\ No newline at end of file