diff --git a/css/image.css b/css/image.css index afd348f..45406c6 100644 --- a/css/image.css +++ b/css/image.css @@ -12,7 +12,7 @@ @media (max-width: 600px) { .image-container { - height: 40vh; + height: 35vh; } } @@ -30,7 +30,7 @@ } .image-description { - margin: 0 0 2rem; padding: 0.5rem;; + margin: 0 0 2rem; padding: 0.5rem; background-color: var(--bg); color: var(--fg); @@ -42,10 +42,12 @@ } .image-detail { - margin: 0 0 2rem; padding: 0.5rem;; + margin: 0 0 2rem; padding: 0.5rem; background-color: var(--bg); color: var(--fg); + word-wrap: break-word; + border: 0.2rem solid var(--green); outline: 0.5rem solid var(--bg); @@ -54,7 +56,7 @@ } .danger-zone { - margin: 0 0 2rem; padding: 0.5rem;; + margin: 0 0 2rem; padding: 0.5rem; background-color: var(--bg); color: var(--fg); diff --git a/css/master.css b/css/master.css index 6f3bbe6..0c396b6 100644 --- a/css/master.css +++ b/css/master.css @@ -117,7 +117,7 @@ form * { align-items: center; vertical-align: middle; - text-decoration: underline; + text-decoration: none; border: none; border-radius: var(--rad); @@ -138,7 +138,7 @@ a.btn { .svg { margin: 0 0.2rem 0.1rem 0; - width: 18px; height: 18px; + width: 19px; height: 18px; vertical-align: middle; diff --git a/css/nav.css b/css/nav.css index d838898..737bbd6 100644 --- a/css/nav.css +++ b/css/nav.css @@ -21,7 +21,7 @@ nav h3 { margin: 0; } nav hr { - margin: 0.5rem 0; padding: 0; + margin: 0.5rem 0.2rem; padding: 0; opacity: 0; } diff --git a/edit.php b/edit.php index 79762f8..401b8f0 100644 --- a/edit.php +++ b/edit.php @@ -10,18 +10,16 @@
- +Make sure that the id of the image is correct!
+This is a dangerous place to step foot into... tread carefully.
+ No description/alt, pls give"; - } else { - // echo "Please enter information
"; } ?>