From 22bb446309c8519083da99dd442ebce46074a134 Mon Sep 17 00:00:00 2001 From: rassadin11 Date: Thu, 14 May 2026 18:05:59 +0300 Subject: [PATCH] 14.05.2026 rip --- src/widgets/converter-page/ui/ConverterSection.module.css | 3 +-- src/widgets/currency-converter/ui/Converter.module.css | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/widgets/converter-page/ui/ConverterSection.module.css b/src/widgets/converter-page/ui/ConverterSection.module.css index cd799f5..641de5e 100644 --- a/src/widgets/converter-page/ui/ConverterSection.module.css +++ b/src/widgets/converter-page/ui/ConverterSection.module.css @@ -89,7 +89,7 @@ } .field { - margin-bottom: 12px; + margin-bottom: 24px; } .fieldError { @@ -164,7 +164,6 @@ .swapWrap { display: flex; justify-content: center; - margin-bottom: 12px; } .swapBtn { diff --git a/src/widgets/currency-converter/ui/Converter.module.css b/src/widgets/currency-converter/ui/Converter.module.css index f11fcb5..2497332 100644 --- a/src/widgets/currency-converter/ui/Converter.module.css +++ b/src/widgets/currency-converter/ui/Converter.module.css @@ -98,7 +98,7 @@ } .field { - margin-bottom: 24px; + margin-bottom: 12px; } .fieldLabel { @@ -167,6 +167,7 @@ .swapWrap { display: flex; justify-content: center; + margin-bottom: 12px; } .swapBtn {