From 6517e6ee11a8259e4923e6c7aaedfe51c05dbef2 Mon Sep 17 00:00:00 2001
From: Anastasia Kryukova <anastasia.kryukova@protonmail.com>
Date: Tue, 30 Jul 2024 14:31:28 +0200
Subject: [PATCH] improve styling

---
 source/import_documentation/Components/Solid-Form.rst | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/source/import_documentation/Components/Solid-Form.rst b/source/import_documentation/Components/Solid-Form.rst
index 260b562..0d55ea8 100644
--- a/source/import_documentation/Components/Solid-Form.rst
+++ b/source/import_documentation/Components/Solid-Form.rst
@@ -6,9 +6,11 @@ The `solid-form` component serves dual purposes: editing existing resources
 and creating new resources within a container.
 
 
-## Functionality
+Functionality
+-------------
 
-### Editing a Resource
+Editing a Resource
+-------------------
 
 The `solid-form` component receives the URL of a resource via its `data-src` attribute 
 and displays a form for editing the resource.
@@ -17,7 +19,8 @@ and displays a form for editing the resource.
 
    <solid-form data-src="http://example.com/resource/123"></solid-form>
 
-### Creating a Resource
+Creating a Resource
+-------------------
 
 If provided with the URL of a container of resources, the `solid-form` component displays 
 a form for creating a new resource and adding it to the container.
-- 
GitLab