diff --git a/css/gallery.css b/css/gallery.css new file mode 100644 index 0000000..10f1ef9 --- /dev/null +++ b/css/gallery.css @@ -0,0 +1,16 @@ +#gallery-container { + display: grid; + grid-template-columns: auto auto; + column-gap: 16px; + row-gap: 16px; + margin-top: 1em; + margin-bottom: 1em; +} + +#gallery-container modal-image { + max-width: 100%; + min-width: 100%; + margin-left: auto; + margin-right: auto; + cursor: pointer; +} \ No newline at end of file diff --git a/photography.html b/photography.html index 14be71a..d4d588a 100644 --- a/photography.html +++ b/photography.html @@ -39,7 +39,7 @@