Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Stieler <mail@hauke-stieler.de>2019-04-16 02:36:06 +0300
committerHauke Stieler <mail@hauke-stieler.de>2019-04-16 02:36:06 +0300
commit28f49f43ba8bfaa15ba3793402987eaabb6e0e25 (patch)
tree93d2ca359f288e0ea942b2b2e2ceb1b3d2866653
parentf02d8e9a388aa532f5fc54683daf98f1e44b11dc (diff)
Fix horizontal scroll bar bug.
There was some extra negative margin the the sides making delimiters larger than the page.
-rw-r--r--static/css/main.css2
1 files changed, 0 insertions, 2 deletions
diff --git a/static/css/main.css b/static/css/main.css
index ffce049..e7debbe 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -305,8 +305,6 @@ I don't use the default pager-class because I want to use the normal buttons wit
}
.delimiter {
- margin-left: -20px;
- margin-right: -20px;
margin-top: 20px;
margin-bottom: 20px;
}