summaryrefslogtreecommitdiffstats
path: root/docs/styles
diff options
context:
space:
mode:
authorSoreine <nicolas@gitbook.com>2016-06-30 15:37:31 +0200
committerSoreine <nicolas@gitbook.com>2016-06-30 15:37:31 +0200
commitd563abe3df9ec364625d9e8cddb68972a650133c (patch)
tree34503029b105704d1affed25333bbc24cdaee615 /docs/styles
parent70fd4ded296a85190371c7456445af57de2f0818 (diff)
downloadgitbook-d563abe3df9ec364625d9e8cddb68972a650133c.zip
gitbook-d563abe3df9ec364625d9e8cddb68972a650133c.tar.gz
gitbook-d563abe3df9ec364625d9e8cddb68972a650133c.tar.bz2
Reduce size of logo to give room to version number
Diffstat (limited to 'docs/styles')
-rw-r--r--docs/styles/website.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/styles/website.css b/docs/styles/website.css
new file mode 100644
index 0000000..c5e8889
--- /dev/null
+++ b/docs/styles/website.css
@@ -0,0 +1,4 @@
+/* Reduce size of logo to allow long versions like 3.0.0-pre.1 */
+.gb-page-header .container .logo h1 {
+ font-size: 24px ;
+}