From d2975b793483dc710c7592af3fdedfdb355f7f5b Mon Sep 17 00:00:00 2001 From: bartosz-lipinski <264380+bartosz-lipinski@users.noreply.github.com> Date: Tue, 16 Feb 2021 12:53:07 -0600 Subject: [PATCH] feat: logo size --- src/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.css b/src/index.css index 39ea412..45ddd20 100644 --- a/src/index.css +++ b/src/index.css @@ -18,9 +18,9 @@ code { .builton { background-image: url("components/builton.svg"); - width: 185px; - height: 23px; - background-size: 185px; + width: 300px; + height: 50px; + background-size: 300px; background-repeat: no-repeat; margin: 0 auto 0 auto; } \ No newline at end of file