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