From f433492cce107d18715a53927fb526ae0dfaa78a Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Fri, 22 Apr 2022 06:00:57 -0400 Subject: [PATCH] webring --- index/webrings/index.html | 4 ++-- style/style.css | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index/webrings/index.html b/index/webrings/index.html index ade029a..672c908 100644 --- a/index/webrings/index.html +++ b/index/webrings/index.html @@ -40,9 +40,9 @@
Retronaut
- Previous + Previous + Next Random - Next
diff --git a/style/style.css b/style/style.css index 3ff295c..1e29529 100755 --- a/style/style.css +++ b/style/style.css @@ -712,23 +712,23 @@ section { transition: transform .2s; margin: 0 auto; } - .zoom img { width: 100%; height: auto; } - .zoom:hover { transform: scale(1.5); } -.grid, -grid-item { +.grid { display: flex; width: 100%; flex-wrap: wrap; justify-content: center; justify-content: space-evenly; +} + +.grid-item { margin: 2%; margin-top: 0; } \ No newline at end of file