diff options
author | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-08-13 00:10:26 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:04:33 +0100 |
commit | ce4515296e699d5ad18def2a387465a120c76848 (patch) | |
tree | e8e54f292e5f12b2f26bbcb4b2dc8907b7d46c80 /_sass/custom/custom.scss | |
parent | Merge branch 'main' of github.com:hack-gpon/hack-gpon.github.io (diff) | |
download | hack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.tar hack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.tar.gz hack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.tar.bz2 hack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.tar.lz hack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.tar.xz hack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.tar.zst hack-gpon.github.io-ce4515296e699d5ad18def2a387465a120c76848.zip |
Diffstat (limited to '')
-rw-r--r-- | _sass/custom/custom.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 274bfdb..2bd7696 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -190,4 +190,18 @@ figure { .ont-404 svg { fill: $body-text-color; width: 100%; +} + +.site-button img { + height: 20px; + vertical-align: middle; + margin-left: 10px; + width: auto; +} + +.site-button svg { + height: 20px; + vertical-align: middle; + margin-left: 10px; + width: 20px; }
\ No newline at end of file |