diff --git a/onzer.riot b/onzer.riot index 406211b..04179e0 100644 --- a/onzer.riot +++ b/onzer.riot @@ -1,12 +1,12 @@
- - - + + +
@@ -20,21 +20,29 @@
-
+

{ album.name }

+ + @@ -116,5 +134,23 @@ border-color: #6EE7B7; width: 32%; } + .pagination { + display: flex; + justify-content: center; + align-items: center; + margin-top: 16px; + } + .pagination button { + background-color: #6EE7B7; + border: none; + border-radius: 4px; + padding: 8px 16px; + margin: 0 8px; + cursor: pointer; + } + .pagination button:disabled { + background-color: #D1FAE5; + cursor: not-allowed; + }