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