diff --git a/frontend/index.html b/frontend/index.html index e34bf0c..00de2a5 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -79,7 +79,6 @@
diff --git a/frontend/src/css/_chat.scss b/frontend/src/css/_chat.scss index 58e16c5..e8e0292 100644 --- a/frontend/src/css/_chat.scss +++ b/frontend/src/css/_chat.scss @@ -22,27 +22,21 @@ font-weight: 700; display: flex; align-items: center; - - i { - margin-right: 10px; - color: $secondary; - } } .nav-links { display: flex; list-style: none; + gap: 10px; li { - margin-left: 1.5rem; - a { color: white; text-decoration: none; font-weight: 500; transition: all 0.3s ease; - padding: 0.5rem 1rem; - border-radius: 4px; + padding: 10px; + border-radius: 10px; display: flex; flex-direction: row; align-items: center;