frontend/css/components/_pagination.scss in trestle-0.10.0.pre vs frontend/css/components/_pagination.scss in trestle-0.10.0.pre2

- old
+ new

@@ -1,14 +1,15 @@ .pagination-container { margin-left: auto; display: inline-flex; align-items: center; + gap: 0.75rem; p { - font-size: 0.85rem; - margin: 0 10px 0 0; + font-size: 0.75rem; + margin: 0; } strong { color: black; } @@ -30,18 +31,13 @@ text-align: center; display: flex; flex-direction: column; align-items: center; + gap: 0.375rem; .pagination { margin: 0 auto; order: -1; - } - - p { - display: block; - margin-right: 0; - margin-top: 5px; } } }