diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-02-05 17:43:29 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-02-05 17:43:29 -0500 |
commit | 073e3a4f11d6987774b44aac1649197dfcacae1b (patch) | |
tree | c4946fcf35bd5c8f856bd970dbb7f84fbf911b47 /css | |
parent | 738527623d6ecacf6a384525e17e56bde7265fc9 (diff) |
Add pagination.
Diffstat (limited to 'css')
-rw-r--r-- | css/dthompson.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/css/dthompson.css b/css/dthompson.css index b47f092..096d1e3 100644 --- a/css/dthompson.css +++ b/css/dthompson.css @@ -204,6 +204,20 @@ footer { margin-right: 4rem; } +/* Pagination */ + +.paginator { + display: flex; +} + +.paginator-spacer { + flex: 1; +} + +.paginator-next { + text-align: right; +} + /* Syntax Highlighting */ .syntax-special, .syntax-element { |