Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatalin Mititiuc <webdevcat@proton.me>2024-07-31 14:25:41 -0700
committerCatalin Mititiuc <webdevcat@proton.me>2024-07-31 14:25:52 -0700
commit8f77c05bd94635da047069e118c9e62c0c2e3e34 (patch)
treefbb059ea21e2c05f26af03e4428d28da6755439d
parent1687e0e790d869fe58f86046f5ee093981670c63 (diff)
Get rid of small space at bottom of page
-rw-r--r--public/assets/css/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/assets/css/style.css b/public/assets/css/style.css
index 74e05da..213926f 100644
--- a/public/assets/css/style.css
+++ b/public/assets/css/style.css
@@ -20,6 +20,7 @@ svg, object {
object {
opacity: 0;
transition: opacity 0.25s;
+ display: block;
}
svg image {
@@ -225,7 +226,7 @@ img.logo {
display: none;
}
-#map-dialog {
+dialog {
border: 1px solid black;
}