From 7cf99c0245f2987d107fb1425e2873753f2a226f Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 9 Oct 2021 22:38:31 -0500 Subject: [PATCH] Move h1 svg.icon --- assets/css/bobastyle.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index e32a63a..95b5274 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -34,11 +34,6 @@ margin-top: 5px; } -h1 svg.icon { - width: 30px; - height: 30px; -} - /* Header formatting (website title and article section headers) */ @@ -136,6 +131,11 @@ code { vertical-align: middle; } +h1 svg.icon { + width: 30px; + height: 30px; +} + /* Pagination */