diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-02-24 17:03:39 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-02-24 22:07:39 +0000 |
| commit | 85221a133ee2d9b826ea06a3230024ee05395f37 (patch) | |
| tree | 3b861cf0de49701c29485967ee6217472e2c1976 /src/scss/main.scss | |
| parent | fix redudant title text, make 'here' links more descriptive (diff) | |
| download | website-85221a133ee2d9b826ea06a3230024ee05395f37.tar.gz website-85221a133ee2d9b826ea06a3230024ee05395f37.tar.bz2 website-85221a133ee2d9b826ea06a3230024ee05395f37.zip | |
add ublock detector (in a good way)
Diffstat (limited to 'src/scss/main.scss')
| -rw-r--r-- | src/scss/main.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/scss/main.scss b/src/scss/main.scss index b9ef3ee..b643010 100644 --- a/src/scss/main.scss +++ b/src/scss/main.scss @@ -361,3 +361,7 @@ body { } } } + +#main #ad { + padding: $inner-gap; +} |