surprisingly it looks better not centered

This commit is contained in:
KZacharski 2023-08-19 20:33:22 +02:00
parent 2a3fa7f046
commit bae6c600e3
1 changed files with 3 additions and 3 deletions

View File

@ -156,7 +156,7 @@ color: white;
border-color: #ffffff21; border-color: #ffffff21;
border-width: 2px; border-width: 2px;
display: flex; display: flex;
justify-content: center;
align-items: center; align-items: center;
transition: 0.2s; transition: 0.2s;
} }
@ -174,8 +174,8 @@ color: white;
padding: 0; padding: 0;
} .getstartedcontentparent { } .getstartedcontentparent {
margin: 20px; margin: 20px;
margin-left: auto; /* margin-left: auto;
margin-right: auto; margin-right: auto;*/
padding: 8px; padding: 8px;
width: fit-content; width: fit-content;
height: fit-content; height: fit-content;