diff options
| author | Alex Scerba <alex@scerba.org> | 2025-09-18 10:45:18 -0500 | 
|---|---|---|
| committer | Alex Scerba <alex@scerba.org> | 2025-09-18 10:45:33 -0500 | 
| commit | 180fbab1ea748da1fa21f95e7a1ade194f5289cd (patch) | |
| tree | 7f419dceffa6c944440b0da7ae23636da47dd3c0 /static | |
| parent | f8e2159801ae6f9a164148f0cf04442e576bda2d (diff) | |
Add divider class for easier styling.
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index e2ec0f6..8bdbecc 100644 --- a/static/style.css +++ b/static/style.css @@ -193,6 +193,10 @@ hr {    margin-top: 2.5rem;
  }
 +.divider {
 +  margin-top: 2rem; border-top: 3em solid black;
 +}
 +
  b {
    color:rgb(100, 100, 100);
  }
  | 
