diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-02-05 19:43:16 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-02-05 19:43:16 -0500 |
commit | da0d1dcac47fd462363f35dbddb50db7a985fe13 (patch) | |
tree | 2a2e4e784a17c16c39d974c4866c2f73508e70aa /css | |
parent | 073e3a4f11d6987774b44aac1649197dfcacae1b (diff) |
Remove need for a spacer element in pagination section.
Diffstat (limited to 'css')
-rw-r--r-- | css/dthompson.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/css/dthompson.css b/css/dthompson.css index 096d1e3..8ad28cf 100644 --- a/css/dthompson.css +++ b/css/dthompson.css @@ -208,14 +208,11 @@ footer { .paginator { display: flex; -} - -.paginator-spacer { - flex: 1; + justify-content: space-between; } .paginator-next { - text-align: right; + margin-left: auto; } /* Syntax Highlighting */ |