diff options
| author | Bobby <[email protected]> | 2023-05-13 18:19:06 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-13 18:19:06 -0400 |
| commit | 4cbc1c64b3f5f7bc6f6f9744dd09828d7e79d65d (patch) | |
| tree | a151b178f708d511b1d1069ed70ac25a123ced51 /static | |
| parent | ea3e2934733fd642d1b15d89363f92b736bb87d3 (diff) | |
| download | thatcomputerscientist-4cbc1c64b3f5f7bc6f6f9744dd09828d7e79d65d.tar.xz thatcomputerscientist-4cbc1c64b3f5f7bc6f6f9744dd09828d7e79d65d.zip | |
Marginally better ads look
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/styles.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index 2e47d5ee..4f2a9269 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -54,6 +54,19 @@ a, text-decoration: none; } +#fake-banner-ad{ + border: dashed 1px #dddddd; + padding: 4px; + border-radius: 8px; +} + +#fake-banner-ad img, #fake-ad-area img { + display: block; + margin: 0px auto; + width: calc(100% - 8px); + border-radius: 8px; +} + a:hover { text-decoration: underline; } |
