diff options
author | Jesús <heckyel@hyperbola.info> | 2019-02-11 15:37:52 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-02-11 15:37:52 -0500 |
commit | d3f182e51c2866a00934e13f9c9392e4d90e315e (patch) | |
tree | 0168848945345f6bcf9eaa6580b1f7a2e04361c9 | |
parent | dc25ea45d4334d693cf80aefa5933b6094dafdcc (diff) | |
download | cl-theme-d3f182e51c2866a00934e13f9c9392e4d90e315e.tar.lz cl-theme-d3f182e51c2866a00934e13f9c9392e4d90e315e.tar.xz cl-theme-d3f182e51c2866a00934e13f9c9392e4d90e315e.zip |
fix margin-bottom in pagination
-rw-r--r-- | css/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css index 4c54cee..7825122 100644 --- a/css/style.css +++ b/css/style.css @@ -5,7 +5,6 @@ Author: jesus e. */ /* basic formatting changes (mostly to cater for darker colours) */ - code { background-color: #282828; color: #73d1ed; @@ -91,6 +90,10 @@ a.pagination-next.disabled { display: table; } +.pagination-list { + margin-bottom: 1.5rem; +} + /* html/body/font-fixes */ body, input, textarea, .button { font-family: 'Roboto Condensed', sans-serif; |