diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-10-28 04:20:37 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-10-28 04:20:37 +0000 |
| commit | feeba0b20d363da328e4921f99de77f2fff48d67 (patch) | |
| tree | 328e25744f0ec6d66c9c7a67b6ddc946d517f38a /scss | |
| parent | categories on main page (diff) | |
| download | mmm-feeba0b20d363da328e4921f99de77f2fff48d67.tar.gz mmm-feeba0b20d363da328e4921f99de77f2fff48d67.zip | |
add some icons
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/main.scss | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/scss/main.scss b/scss/main.scss index 169dc1e..ff80fc0 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -46,4 +46,15 @@ pre { padding: 1em; white-space: pre-wrap; margin: 0 2em; -}
\ No newline at end of file +} + +h1 .icons { + display: inline-flex; + float: right; + + .iconlink > img { + height: 0.7em; + margin-left: 0.2em; + vertical-align: middle; + } +} |
