summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/css/style.css26
1 files changed, 16 insertions, 10 deletions
diff --git a/source/css/style.css b/source/css/style.css
index 009e27b..2c54268 100644
--- a/source/css/style.css
+++ b/source/css/style.css
@@ -15,26 +15,36 @@ pre {
.navbar-menu {
box-shadow: 0 8px 16px -8px rgb(10 10 10 / 10%) !important;
}
+ .post-content {
+ padding-top: 0px !important;
+ }
+ .post-card {
+ padding: 0 0 0 0 !important;
+ }
+}
+
+.post-content {
+ padding-top: 1.5rem;
+}
+
+.post-card {
+ padding: 0 1rem 1rem 1rem;
}
.navbar-brand .navbar-item:hover {
background-color: inherit !important;
}
-.post-entry {
+.entry {
margin-bottom: 1.5rem !important;
margin-top: 1.5rem !important;
transition: box-shadow 0.1s;
}
-.post-entry:hover {
+.entry:hover {
box-shadow: 0 1em 2em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
}
-.post-card {
- margin-top: 1.5rem !important;
-}
-
.pagination-bar {
padding-left: 0.25rem;
padding-right: 0.25rem;
@@ -43,8 +53,4 @@ pre {
.footer {
padding: 1rem 1rem 1rem;
background-color: transparent;
-}
-
-.post-content {
- padding-top: 2rem;
} \ No newline at end of file