aboutsummaryrefslogtreecommitdiff
path: root/static/css/styles.css
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-05-24 22:47:11 -0400
committerBobby <[email protected]>2023-05-24 22:47:11 -0400
commitcf4c44dd223cd40bec3256fed0defd9a640fc02d (patch)
treeca0db55d929946e7cfcce5248b39982152ea415f /static/css/styles.css
parent34e20442c502b206e83b0329cc0d4e680e1d2218 (diff)
downloadthatcomputerscientist-cf4c44dd223cd40bec3256fed0defd9a640fc02d.tar.xz
thatcomputerscientist-cf4c44dd223cd40bec3256fed0defd9a640fc02d.zip
Update article page
Diffstat (limited to 'static/css/styles.css')
-rw-r--r--static/css/styles.css18
1 files changed, 17 insertions, 1 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index 3df5c61e..819e974f 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -13,6 +13,10 @@ body {
box-sizing: border-box;
}
+input, textarea {
+ font-family: 'Mali', sans-serif !important;
+}
+
#bg-video {
position: fixed;
right: 0;
@@ -116,7 +120,7 @@ kbd {
blockquote {
border-left: solid 4px #a591ee;
- width: 650px;
+ /* width: 650px; */
margin: 0px auto;
padding: 8px;
background: #2f2f2f;
@@ -313,6 +317,18 @@ blockquote {
text-align: justify;
}
+#article {
+ padding: 0px;
+ display: block;
+ clear: both;
+ width: 730px;
+}
+
+#article-body {
+ width: 730px;
+ margin: 0px 10px;
+}
+
#article-body img,
#editor-container img {
height: 300px;