From e13e8dbc89d61311e6ae95318e6200c3e7b18dda Mon Sep 17 00:00:00 2001 From: nevfy Date: Tue, 23 Jan 2024 00:18:31 +0400 Subject: [PATCH] fix classname typo --- assets/scss/_styles_project.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index f1ab6cc..4492259 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -93,7 +93,7 @@ max-width: 100% !important; } -.sp-supperted-by-img { +.sp-supported-by-img { max-height: 5rem; margin: 1rem; } @@ -103,4 +103,4 @@ align-items: center; justify-content: space-around; flex-wrap: wrap; -} +} \ No newline at end of file