From 87c4c81cf6f548ae6d2211e4b2d69c7084b25c7c Mon Sep 17 00:00:00 2001 From: Kristjan Eimre Date: Fri, 6 Sep 2024 15:45:16 +0300 Subject: [PATCH] remove filtering sentence --- src/MainPage/MethodSelectionBox.css | 2 +- src/MainPage/index.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/MainPage/MethodSelectionBox.css b/src/MainPage/MethodSelectionBox.css index 5d6d204..6c0ffb6 100644 --- a/src/MainPage/MethodSelectionBox.css +++ b/src/MainPage/MethodSelectionBox.css @@ -13,7 +13,7 @@ justify-content: center; padding: 10px 38px; background-color: #f8f8f8; - margin: 15px 0px 5px; + margin: 15px 0px 35px; gap: 10px; } diff --git a/src/MainPage/index.jsx b/src/MainPage/index.jsx index efc99da..f091b0b 100644 --- a/src/MainPage/index.jsx +++ b/src/MainPage/index.jsx @@ -64,10 +64,10 @@ function MainPage() { method={method} handleMethodChange={handleMethodChange} /> -
+ {/*
Search for materials in the selected subdatabase by filtering based on the periodic table and the columns of the table below: -
+
*/}