From 5239befe18c1b7cf18221eed177157ebeef7bb2f Mon Sep 17 00:00:00 2001 From: Finnder Date: Thu, 24 Mar 2022 23:25:17 -0400 Subject: [PATCH] Changed sizing of image for now (no image added yet), now can see tabs --- sass/main.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass/main.scss b/sass/main.scss index d2be8a1..4f85383 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -25,6 +25,10 @@ body { div { padding: 0 16px 0 16px; } + + img { + width: auto; + } // Refrence to the tab interface .tabs {