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>2021-08-09 00:05:16 +0300
committerHauke Stieler <mail@hauke-stieler.de>2021-08-09 00:05:16 +0300
commit271cab45b90bf83e87dcca032bc6b98492836d84 (patch)
treebdec98de8a3b7b8b93c02697120e514d3b7971e7
parentaf3982b386e835d31bf4151486f9afcbf7fc97b4 (diff)
Add margin
-rw-r--r--static/css/main.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 3e08185..574a0cd 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -376,6 +376,7 @@ I don't use the default pager-class because I want to use the normal buttons wit
/* Table */
table {
width: 100%;
+ margin: 15px 0px;
}
table, th, td {