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