Browse Source

Fixing spacing of icons on Safari

master
Drew Short 4 years ago
parent
commit
db9360e12e
  1. 3
      pipeline.yml
  2. 1
      themes/pure/static/assets/css/style.css

3
pipeline.yml

@ -30,6 +30,9 @@ jobs:
- name: git-resource - name: git-resource
outputs: outputs:
- name: site-html - name: site-html
params:
HUGO_THEME: pure
HUGO_BASEURL: https://sothr.com/
run: run:
path: /bin/sh path: /bin/sh
args: args:

1
themes/pure/static/assets/css/style.css

@ -24,6 +24,7 @@ body {
padding: .1em .5em; padding: .1em .5em;
max-height: 2.4em; max-height: 2.4em;
min-width: 2.4em; min-width: 2.4em;
max-width: 2.4em;
} }
.menu-wrapper { .menu-wrapper {