From 62ab6e4b159f54ef007b030aac7f81e4d5ef0413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=97=D0=B5=D0=BB=D0=B5=D0=BD=D1=81=D0=BA=D0=B0=D1=8F=20?= =?UTF-8?q?=D0=90=D0=BD=D0=B0=D1=81=D1=82=D0=B0=D1=81=D0=B8=D1=8F=20=D0=9D?= =?UTF-8?q?=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B5=D0=B2=D0=BD=D0=B0?= Date: Mon, 10 Jun 2024 10:09:45 +0300 Subject: [PATCH] features --- assets/main.scss | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/assets/main.scss b/assets/main.scss index c39258a..77ae825 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -157,4 +157,19 @@ button { &-changer { @apply absolute w-80 z-10 bg-white flex gap-0; } -} \ No newline at end of file +} + +.features { + display: flex; + gap: 10px; + margin-top: 20px; + } + + .feature-item { + background-color: #f5f5f5; + padding: 10px; + border-radius: 5px; + text-align: center; + + } + \ No newline at end of file