From b74968c59d09b7f513109bd36a34f8d53f67af04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz> Date: Tue, 20 Sep 2016 08:04:37 +0200 Subject: [PATCH] test speed --- it4i_theme/assets/stylesheets/application.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/it4i_theme/assets/stylesheets/application.css b/it4i_theme/assets/stylesheets/application.css index a9dbe03c2..234fb8b32 100644 --- a/it4i_theme/assets/stylesheets/application.css +++ b/it4i_theme/assets/stylesheets/application.css @@ -1253,6 +1253,7 @@ a[href*="//"]:not([href*="https://gitlab.it4i.cz/kru0052/docs.it4i"]) { } #page-wrap { - margin: auto auto; + width: 800px; + margin: 0 auto; } -- GitLab