diff --git a/public_html/static/all.css b/public_html/static/all.css index 4a67886..3b35798 100644 --- a/public_html/static/all.css +++ b/public_html/static/all.css @@ -124,7 +124,7 @@ /* collapsing sidebar */ .sidebar-wrapper { - width: 250px; + width: 275px; transition: width 0.5s ease; overflow-x: hidden; } @@ -145,3 +145,10 @@ height: 35px; margin-top: 10px; } + +.logo-link { + border: 1px solid white; + margin-top: 2px; + margin-left: 2px; + background-color: lightseagreen; +} diff --git a/public_html/templates/page-menu.php b/public_html/templates/page-menu.php index e46e04d..f636323 100644 --- a/public_html/templates/page-menu.php +++ b/public_html/templates/page-menu.php @@ -4,12 +4,12 @@