diff --git a/gallery-test.html b/gallery-test.html
index e0f8a64..6bfb11a 100644
--- a/gallery-test.html
+++ b/gallery-test.html
@@ -8,7 +8,7 @@
-
+
diff --git a/style.css b/style.css
index 5f3e06a..9b08396 100644
--- a/style.css
+++ b/style.css
@@ -30,23 +30,23 @@ a:visited {
section {
margin-top: 2ch;
- border-top: 2ch double mediumvioletred;
+ border-top: 1.5ch double mediumvioletred;
}
section img {
display: block;
- border: 2ch double mediumvioletred;
+ border: 1.5ch double mediumvioletred;
margin-left: auto;
margin-right: auto;
- width: 80%;
+ max-height: 40ch;
}
-div.gallery {
+.gallery {
display:flex;
flex-wrap: wrap;
}
-div.gallery img {
+.gallery img {
border: 0.5ch solid mediumvioletred;
margin: 1ch;
width: 10ch;