diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2021-05-20 18:58:02 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2021-05-20 19:00:15 +0200 |
commit | 553d378db316994f465c0025975c2c78ef6dacb4 (patch) | |
tree | e967e30ac575e0a7f9fd090138e385766a294666 /assets/_main.scss | |
parent | 195138cad00638798c4800e97df6de7d9c4bfbd6 (diff) |
Fix lighthouse remarks: icon sizes, noopener
Diffstat (limited to 'assets/_main.scss')
-rw-r--r-- | assets/_main.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/_main.scss b/assets/_main.scss index 883fbda..2af7752 100644 --- a/assets/_main.scss +++ b/assets/_main.scss @@ -170,6 +170,11 @@ ul.pagination { label { line-height: 0; } + + img.book-icon { + height: 1.5em; + width: 1.5em; + } } .book-search { @@ -226,6 +231,7 @@ ul.pagination { img { height: 1em; + width: 1em; } nav > ul > li:first-child { @@ -239,6 +245,7 @@ ul.pagination { img { height: 1em; + width: 1em; margin-inline-end: $padding-8; } } |