From db9360e12e8f4fb230afd9ad9f8326c0f910a33c Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sun, 15 Dec 2019 00:02:38 -0600 Subject: [PATCH] Fixing spacing of icons on Safari --- pipeline.yml | 3 +++ themes/pure/static/assets/css/style.css | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pipeline.yml b/pipeline.yml index d99fe4f..ee4f3db 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -30,6 +30,9 @@ jobs: - name: git-resource outputs: - name: site-html + params: + HUGO_THEME: pure + HUGO_BASEURL: https://sothr.com/ run: path: /bin/sh args: diff --git a/themes/pure/static/assets/css/style.css b/themes/pure/static/assets/css/style.css index a5c15a7..e762072 100644 --- a/themes/pure/static/assets/css/style.css +++ b/themes/pure/static/assets/css/style.css @@ -24,6 +24,7 @@ body { padding: .1em .5em; max-height: 2.4em; min-width: 2.4em; + max-width: 2.4em; } .menu-wrapper { @@ -190,4 +191,4 @@ body { .pure-menu-horizontal.pure-menu-scrollable.menu-untucked { overflow-x: auto; } -} \ No newline at end of file +}