Skip to content
Snippets Groups Projects
Commit f106cf9e authored by e550192's avatar e550192
Browse files

feat: added the skills component. fix: added a alert to tell the user that the...

feat: added the skills component. fix: added a alert to tell the user that the email is sending. todo: add i18n and make the project component
parent 3e5036bc
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
background-color: rgba(0, 0, 0, 0.43);
border-radius: 12px;
color: rgb(255, 255, 255);
font-size: 30px;
font-size: 25px;
p {
margin: 0;
......@@ -50,7 +50,7 @@
.infoDiv{
margin-top: 5%;
height: 50% !important;
height: 40% !important;
width: 90%;
margin-bottom: 5%;
font-size: 20px;
......
......@@ -3,6 +3,7 @@ html {
padding: 0;
overflow-x: hidden;
background-color: #000000;
overflow-y: auto;
body {
margin: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment