Updated content, created modal and changed skills card to style nicer on smaller screens

This commit is contained in:
2023-09-26 20:09:17 +01:00
parent 6c0b2c2f67
commit 88da650bba
4 changed files with 131 additions and 14 deletions

View File

@ -30,6 +30,14 @@
margin: 2rem;
}
h1, h2, h3 {
color: var(--red);
}
hr {
border: .2em solid var(--bg-grad);
border-radius: 5em;
}
*::-webkit-scrollbar,
*::-webkit-scrollbar-thumb {