diff options
| author | Alex Scerba <alex@scerba.org> | 2025-09-18 10:42:01 -0500 | 
|---|---|---|
| committer | Alex Scerba <alex@scerba.org> | 2025-09-18 10:42:01 -0500 | 
| commit | fd85afd325f67651379215793b5acedd273a332d (patch) | |
| tree | 806a81fd7e2ffd602488e3416243ca2caedb8dd3 /static | |
| parent | 863bcabf35347fbd1e7000ceb0658dae0ce9bb2c (diff) | |
Switch from id to class styling for consistency.
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 52f06a6..e2ec0f6 100644 --- a/static/style.css +++ b/static/style.css @@ -78,7 +78,7 @@ main {      margin-right: auto;
  }
 -article, #intro, .main-bg, .entries {
 +article, .main-bg, .entries {
    padding: 2.5rem 3rem;
    background-color: white;
    box-shadow: 0 0 1em 0.4em rgb(224, 224, 224);
  | 
