diff --git a/index.html b/index.html index 940eb0f..85efcd3 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,7 @@ display: flex; flex-wrap: wrap; gap: 20px; - justify-content: center; + justify-content: flex-start; } .gallery-item { position: relative; @@ -120,6 +120,9 @@ width: 100%; bottom: 0; } + footer a { + color: #66ccff; + }
@@ -140,277 +159,376 @@