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

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgon Elbre <egonelbre@gmail.com>2015-04-26 19:25:23 +0300
committerbep <bjorn.erik.pedersen@gmail.com>2015-05-07 22:16:38 +0300
commit24d8ac1fc6e93f91ca7bc28eb6fe886ba97944d0 (patch)
treed8b917b3bed2d2f461da7d46a58ae81e817ddcef /examples
parent9cd8673f3e1bee595013e3be28fa0b3418c37823 (diff)
Fix multilingual styling with small screen.
Diffstat (limited to 'examples')
-rw-r--r--examples/multilingual/static/main.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/multilingual/static/main.css b/examples/multilingual/static/main.css
index 713c7d272..13683c448 100644
--- a/examples/multilingual/static/main.css
+++ b/examples/multilingual/static/main.css
@@ -2,6 +2,7 @@
html, body { margin: 0; padding: 0; }
body {
+ padding: 0 20px;
max-width: 800px;
margin: 0 auto;