diff --git a/styles.css b/styles.css index 86bb96b..ecf952e 100644 --- a/styles.css +++ b/styles.css @@ -695,7 +695,7 @@ body { @media (max-width: 1600px) { .gallery-item { - width: calc((100% - (5 * 20px)) / 6); + width: 100%; } } @@ -719,7 +719,7 @@ body { grid-template-columns: repeat(3, 1fr); } .gallery-item { - width: calc((100% - (3 * 20px)) / 4); + width: 100%; } } @@ -850,7 +850,7 @@ body { } .gallery-item { - width: calc((100% - 20px) / 2); + width: 100%; } .gallery-grid { diff --git a/version.txt b/version.txt index a6a3a43..1464c52 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.4 \ No newline at end of file +1.0.5 \ No newline at end of file