From 1e7839d97f0748cdce739ceeefd291d6d2b6206a Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Fri, 17 Feb 2023 15:31:42 -0500 Subject: [PATCH] fix small spacing issue --- groups/home/Vue3-v.1-css.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/groups/home/Vue3-v.1-css.html b/groups/home/Vue3-v.1-css.html index 4b0d66a..1c58d8e 100644 --- a/groups/home/Vue3-v.1-css.html +++ b/groups/home/Vue3-v.1-css.html @@ -61,7 +61,10 @@ a, a:hover { text-decoration: none; } display: inline-block; vertical-align: -2px; } -#login-icon { display: inline-block; } +#login-icon { + display: inline-block; + margin-left: 5px; +} /* style alert */ #corona-alert {