summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorDoge <[email protected]>2021-05-09 15:18:10 +0800
committerDoge <[email protected]>2021-05-09 15:18:10 +0800
commit832ebd0038ccecbd6bbd5baa337c8d59e19542f7 (patch)
tree6d4594ba8a982d188047467d2d8e4978268af2d2 /source
parenteac5f3f8a7005d277208480f7af480c317724805 (diff)
downloadchromate-832ebd0038ccecbd6bbd5baa337c8d59e19542f7.tar.gz
chromate-832ebd0038ccecbd6bbd5baa337c8d59e19542f7.tar.bz2
chromate-832ebd0038ccecbd6bbd5baa337c8d59e19542f7.zip
Add pagination support
Diffstat (limited to 'source')
-rw-r--r--source/css/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/source/css/style.css b/source/css/style.css
index a5c5377..c7743db 100644
--- a/source/css/style.css
+++ b/source/css/style.css
@@ -19,4 +19,13 @@ pre {
.navbar-brand .navbar-item:hover {
background-color: inherit !important;
+}
+
+.post-entry {
+ margin-bottom: 3rem !important;
+}
+
+.pagination-bar {
+ padding-left: 0.25rem;
+ padding-right: 0.25rem;
} \ No newline at end of file