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 +}