From f4e6e9ba4e5282051a526fe524c3e17580fc0ecd 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: Mon, 19 Dec 2016 14:11:34 +0100 Subject: [PATCH] change --- it4i_theme/assets/stylesheets/application.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/it4i_theme/assets/stylesheets/application.css b/it4i_theme/assets/stylesheets/application.css index 34cd77662..96577e0da 100644 --- a/it4i_theme/assets/stylesheets/application.css +++ b/it4i_theme/assets/stylesheets/application.css @@ -390,7 +390,7 @@ body, input { } .drawer { width: 262px; - font-size: 13px; + font-size: 15px; line-height: 1em; } .ios .drawer { @@ -462,7 +462,7 @@ body, input { } .repo { margin: 24px 0; - text-align: center; + text-align: left; } .repo li { display: inline-block; @@ -730,7 +730,7 @@ h1 .article .headerlink { padding: 1.5em 0; overflow: auto; -webkit-overflow-scrolling: touch; - text-align: center; + text-align: left; } .article .data table { display: inline-block; -- GitLab