diff --git a/src/components/Snippet.jsx b/src/components/Snippet.jsx
index 294e303..8d965a4 100644
--- a/src/components/Snippet.jsx
+++ b/src/components/Snippet.jsx
@@ -126,7 +126,6 @@ function Header({ addSnippet, searchValue, setSearchValue }) {
-
>
diff --git a/src/styles/Snippet.module.css b/src/styles/Snippet.module.css
index 1074150..9d3b64d 100644
--- a/src/styles/Snippet.module.css
+++ b/src/styles/Snippet.module.css
@@ -220,7 +220,7 @@
padding: 10px;
padding-bottom: 0;
color: #e0e0e0;
- padding-right: 25px;
+ padding-right: 35px;
}
& p {
diff --git a/src/styles/codeEditor.module.css b/src/styles/codeEditor.module.css
index ff33374..67c8fe1 100644
--- a/src/styles/codeEditor.module.css
+++ b/src/styles/codeEditor.module.css
@@ -1,5 +1,5 @@
-.ant-alert-success {
- position: absolute;
+.successBox {
+ position: fixed;
top: 20px;
right: 20px;
}
@@ -31,6 +31,8 @@
font-family: 'Montserrat', sans-serif;
color: #e0e0e0;
outline: none;
+ width: 100%;
+ max-width: 600px;
&:focus {
border-bottom: 1px solid;
diff --git a/src/styles/features.module.css b/src/styles/features.module.css
index 225bf9e..07ebd13 100644
--- a/src/styles/features.module.css
+++ b/src/styles/features.module.css
@@ -18,7 +18,7 @@
border-bottom-left-radius: 50%;
border-bottom-right-radius: 50%;
border-top: none;
- padding: 50px;
+ padding: 80px 10px;
box-shadow: 0px 10px 31px -7px var(--bg-color);
margin-bottom: 50px;
@@ -141,13 +141,15 @@
}
.heading {
+ padding: 50px 0px !important;
+
& img {
margin-top: 0 !important;
width: 100%;
}
& p {
- font-size: 1.2rem !important;
+ font-size: 2rem !important;
}
}
diff --git a/src/styles/footer.module.css b/src/styles/footer.module.css
index 40e450c..f4eabb6 100644
--- a/src/styles/footer.module.css
+++ b/src/styles/footer.module.css
@@ -49,6 +49,10 @@
padding-right: 2rem;
justify-content: flex-end;
+ & svg {
+ cursor: pointer;
+ }
+
& svg:not(:last-child) {
margin-right: 2rem;