diff options
author | gennyble <gen@nyble.dev> | 2024-12-21 15:08:26 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-12-21 15:08:26 -0600 |
commit | 38c593a625b5feaf199be1cee7583d4ee7d9d4a1 (patch) | |
tree | 38e158640bbaaa2d648ab3fd34a140a6e3c3cfff /served/the-continuum/banners/banners.css | |
parent | 8244b3d64ec6888dc65bfa599e9a878c97cb3440 (diff) | |
download | ∞-38c593a625b5feaf199be1cee7583d4ee7d9d4a1.tar.gz ∞-38c593a625b5feaf199be1cee7583d4ee7d9d4a1.zip |
the continuum redesign-2024-12
Diffstat (limited to 'served/the-continuum/banners/banners.css')
-rw-r--r-- | served/the-continuum/banners/banners.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/served/the-continuum/banners/banners.css b/served/the-continuum/banners/banners.css new file mode 100644 index 0000000..4e50555 --- /dev/null +++ b/served/the-continuum/banners/banners.css @@ -0,0 +1,27 @@ +:root { + --pwidth: 100%; +} + +#banners { + display: flex; + flex-direction: row; + flex-wrap: wrap; + gap: 0.5rem; +} + +img { + display: block; + width: 256px; + height: 40px; + border: 1px solid var(--text-dim); +} + +p:has(img) { + display: inline-block; + margin: 0 0; + + color: var(--text-dim); + + font-size: 1rem; + font-style: italic; +} \ No newline at end of file |