summaryrefslogtreecommitdiffstats
path: root/assets/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/main.css')
-rw-r--r--assets/css/main.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index 3621080..7f330c8 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -22,6 +22,10 @@ header h1 {
float: right;
}
+#search-bar {
+ margin-top: 1.5rem;
+}
+
pre, code {
font-size: inherit;
background: #1a1200;
@@ -66,6 +70,7 @@ ol, ul {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
+ min-width: 0;
}
#post-list a {
@@ -75,6 +80,7 @@ ol, ul {
time {
padding-right: 1rem;
+ white-space: nowrap;
}
blockquote {