added basic project page

This commit is contained in:
2024-07-12 21:01:31 +02:00
parent d256bb6321
commit 4cd335e153
5 changed files with 75 additions and 23 deletions

View File

@@ -84,7 +84,7 @@ main {
.content {
justify-self: flex-end;
margin: 0;
margin-top: 2vh;
margin-top: 25px !important;
max-width: 528px;
&p {
z-index: 2;
@@ -124,11 +124,9 @@ main {
}
.lines {
flex-direction: column;
.home-main-box {
flex-direction: column;
align-items: center;
.home-title-box {
margin-right: 0;
margin-bottom: 2vh;
@@ -144,7 +142,6 @@ main {
padding: 10px 30px;
padding-bottom: 15px;
font-size: 18px;
&:hover{
svg{
transition: margin-left 0.2s;