diff options
| author | Dan Allen <dan@opendevise.com> | 2018-03-28 15:36:39 -0600 |
|---|---|---|
| committer | Dan Allen <dan@opendevise.com> | 2018-03-28 15:36:39 -0600 |
| commit | a276629bde9d8a32e1aa13c5674f6a78d143ce05 (patch) | |
| tree | 2dc6e30ae03b08f1bf49dd45603294c501b44cc2 /src/css/header.css | |
| parent | 06ebc7a64dc8bf4a444ab29e6ed9e87419dc4dfe (diff) | |
| download | alpine-antora-theme-a276629bde9d8a32e1aa13c5674f6a78d143ce05.tar.bz2 alpine-antora-theme-a276629bde9d8a32e1aa13c5674f6a78d143ce05.tar.xz | |
fix display properly of icon in navbar
Diffstat (limited to 'src/css/header.css')
| -rw-r--r-- | src/css/header.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/css/header.css b/src/css/header.css index 8449bc0..fc8b35a 100644 --- a/src/css/header.css +++ b/src/css/header.css @@ -147,6 +147,7 @@ body { .navbar-item .icon { width: 1.1rem; height: 1.1rem; + display: block; } .navbar-link { |
