diff options
author | echo <91651232+exhq@users.noreply.github.com> | 2022-05-09 13:34:50 +0430 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-09 13:34:50 +0430 |
commit | 1ae90c234fdbbb135792be69ab7298529f2802de (patch) | |
tree | 633f93d4d95b10325c0b25464b5a1492a3683b2d | |
parent | 48c2fcc71b1de1b765ed7d518d9c51fb4c66cf25 (diff) | |
download | exhq.github.io-1ae90c234fdbbb135792be69ab7298529f2802de.tar.gz exhq.github.io-1ae90c234fdbbb135792be69ab7298529f2802de.tar.bz2 exhq.github.io-1ae90c234fdbbb135792be69ab7298529f2802de.zip |
Update styles.css
-rw-r--r-- | styles.css | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -24,6 +24,14 @@ html, body { height: 50px; vertical-align: middle; } + +.rustimg{ + margin-left: 2.6%; + width: 50px; + height: 50px; + vertical-align: middle; +} + .topnav { /* make the navbar follow the scroll */ position: fixed; |