From 83ac46f0e03b7f1d4bbf7a0b18a6368503b8bddf Mon Sep 17 00:00:00 2001 From: Abby <78209557+abby-cyber@users.noreply.github.com> Date: Thu, 17 Feb 2022 14:30:15 +0800 Subject: [PATCH] Update logo.css --- docs-2.0/stylesheets/logo.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-2.0/stylesheets/logo.css b/docs-2.0/stylesheets/logo.css index 8c1029c7db8..e618be43b44 100644 --- a/docs-2.0/stylesheets/logo.css +++ b/docs-2.0/stylesheets/logo.css @@ -6,6 +6,6 @@ } .md-header .md-logo img { - width: 187px; - height: 40px; + width: 187px !important; + height: 40px !important; } \ No newline at end of file