From 1ae90c234fdbbb135792be69ab7298529f2802de Mon Sep 17 00:00:00 2001 From: echo <91651232+exhq@users.noreply.github.com> Date: Mon, 9 May 2022 13:34:50 +0430 Subject: Update styles.css --- styles.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/styles.css b/styles.css index 8fb4537..9c82699 100644 --- a/styles.css +++ b/styles.css @@ -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; -- cgit