From 8e015a14057b7e473b21235240f60c63cce71d5d Mon Sep 17 00:00:00 2001 From: awesomeuser Date: Wed, 2 Aug 2023 22:31:51 +0000 Subject: [PATCH] columnize --- index.php | 107 ++++++++++++++++++++++++++++++++---------------------- 1 file changed, 64 insertions(+), 43 deletions(-) diff --git a/index.php b/index.php index ccbbee5..30e7b8a 100644 --- a/index.php +++ b/index.php @@ -23,8 +23,6 @@ .post { width: 100%; - max-width: 600px; - margin: auto; background: white; padding: 10px; box-sizing: border-box; @@ -55,60 +53,83 @@ } #refresh { - max-width: 120px; + width: 120px; + margin: auto; font-weight: 600; text-align: center; padding: 5px; color: var(--accent); cursor: pointer; } + + #center { + max-width: 1200px; + margin: auto; + display: flex; + } + + #function-column, #content-column { + flex: 1; + } + +
+ +
- -
-

furpsocial

+ +
+

furpsocial

-
- - Signature (optional): - -
+
+ + Signature (optional): + +
+ + Privacy Policy: The only data collected by furpsocial server-side is the contents of your posts (signature and body text). This information is stored in our secure databases which are wiped of all post data every week. This data is only used to accomodate furpsocial as a social media platform. Client-side, furpsocial stores your most recently used signature as a cookie. +
+ +
+ +
+ + + + + +
refresh feed
+ + + +
- Privacy Policy: The only data collected by furpsocial server-side is the contents of your posts (signature and body text). This information is stored in our secure databases which are wiped of all post data every week. This data is only used to accomodate furpsocial as a social media platform. Client-side, furpsocial stores your most recently used signature as a cookie.
- - - - -
refresh feed
- - - \ No newline at end of file