diff options
| author | Alex Scerba <alex@scerba.org> | 2025-09-18 10:40:11 -0500 | 
|---|---|---|
| committer | Alex Scerba <alex@scerba.org> | 2025-09-18 10:40:11 -0500 | 
| commit | 863bcabf35347fbd1e7000ceb0658dae0ce9bb2c (patch) | |
| tree | 9c09ed169bdef5a3c8bed0481d5a86597e21f2b0 /static | |
| parent | 9e93eb48ecd3c605b653a1de147a916c899ec7c1 (diff) | |
Isolate blog post article for styling
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 66d4ece..52f06a6 100644 --- a/static/style.css +++ b/static/style.css @@ -94,7 +94,7 @@ article {    box-shadow: 0 0 1em 0.4em rgb(224, 224, 224);
  }
 -article, #intro, .entries, .return {
 +#post > article, #intro, .entries, .return {
    margin-top: 1.75rem;
  }
 @@ -106,7 +106,7 @@ article h2, .article-h2, #pgnv {    margin-top: 0;
  }
 -article p:last-of-type {
 +#post > article p:last-of-type {
    margin-bottom: .5rem;
  }
  | 
