diff options
Diffstat (limited to 'src/css')
| -rw-r--r-- | src/css/dumbymap.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css index 19e3baf..d31d7e6 100644 --- a/src/css/dumbymap.css +++ b/src/css/dumbymap.css | |||
| @@ -781,3 +781,17 @@ a[href^='http']:not(:has(img))::after, | |||
| 781 | opacity: 0.3; | 781 | opacity: 0.3; |
| 782 | } | 782 | } |
| 783 | } | 783 | } |
| 784 | |||
| 785 | .Dumby[data-layout='sticky'] { | ||
| 786 | .Showcase { | ||
| 787 | display: block; | ||
| 788 | width: 20vw; | ||
| 789 | height: 40vh; | ||
| 790 | |||
| 791 | position: absolute; | ||
| 792 | right: 0; | ||
| 793 | bottom: 0; | ||
| 794 | |||
| 795 | background: red; | ||
| 796 | } | ||
| 797 | } | ||