aboutsummaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-05-24 18:46:22 -0400
committerBobby <[email protected]>2023-05-24 18:46:22 -0400
commit34e20442c502b206e83b0329cc0d4e680e1d2218 (patch)
tree7f93aa03367473dbe07de85472e2d7af2f2317a2 /static/css
parente8d456a55b01ff5061615fe0636295912ab3b3cb (diff)
downloadthatcomputerscientist-34e20442c502b206e83b0329cc0d4e680e1d2218.tar.xz
thatcomputerscientist-34e20442c502b206e83b0329cc0d4e680e1d2218.zip
Update posts section in Homepage - Most things look good now
Diffstat (limited to 'static/css')
-rw-r--r--static/css/styles.css37
1 files changed, 3 insertions, 34 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index 23051301..3df5c61e 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -20,6 +20,7 @@ body {
min-width: 100%;
min-height: 100%;
z-index: -1;
+ object-fit: cover;
}
#overlay {
@@ -147,11 +148,6 @@ blockquote {
font-size: 11px;
}
-/* #posts tr {
- border-bottom: solid 1px #dddddd;
-} */
-
-
/* Pagination Table */
#pagination {
margin: 20px auto;
@@ -248,20 +244,6 @@ blockquote {
padding: 0px;
}
-.ql-mathjax-block img,
-.ql-mathjax-inline img {
- float: none !important;
-}
-
-.ql-mathjax-block img {
- margin-bottom: 15px;
- padding: 0px !important;
-}
-
-.ql-mathjax-inline img {
- padding: 0px !important;
-}
-
.highlight {
background: none !important;
text-align: left !important;
@@ -274,6 +256,8 @@ blockquote {
.comment .highlight {
width: 630px;
+ word-wrap: break-word;
+ overflow-x: auto;
}
.comment pre {
@@ -323,21 +307,6 @@ blockquote {
display: block;
}
-#recent-posts h1 {
- margin: 0px;
- padding: 0px;
- font-size: 16px;
- font-weight: bold;
-}
-
-#recent-posts a {
- color: #91b3ee;
-}
-
-#recent-posts h1 a {
- color: #56a6a1;
-}
-
#article-body,
#editor-container {
font-size: 11px;