From 4e81117bdf9e93f33cc07680b2915177b7c87550 Mon Sep 17 00:00:00 2001 From: Kristoffer Juelsen Date: Wed, 23 Mar 2022 10:10:33 +0100 Subject: [PATCH] added homeimage styling --- src/client/src/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/client/src/index.css b/src/client/src/index.css index b455adc..c0a74ea 100644 --- a/src/client/src/index.css +++ b/src/client/src/index.css @@ -16,4 +16,9 @@ body { code { font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; +} + +.mainIcon{ + height: 40px; + width: 40px; } \ No newline at end of file