From 69eb78c4ba9f76c812eba41139bb4059158a90f0 Mon Sep 17 00:00:00 2001 From: skandrigi Date: Sat, 23 Nov 2024 23:54:52 -0600 Subject: [PATCH] resolve small font error --- hiss/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hiss/static/style.css b/hiss/static/style.css index fe8b3a6c..80edb3bc 100644 --- a/hiss/static/style.css +++ b/hiss/static/style.css @@ -1,3 +1,5 @@ +@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); + html, body { overflow-x: hidden; } @@ -725,8 +727,6 @@ button { color: white; } -@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); - .errorlist > li { color: #721c24; font-size: 14px;