fixed minor formatting issue, adjusted opacity

This commit is contained in:
Joshua Perry 2022-04-13 18:36:29 +01:00
parent 21925b2da9
commit 150cfe21ef
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ main {
} }
.project { .project {
background-color: rgba(0, 0, 0, 70%); background-color: rgba(0, 0, 0, 80%);
color: #e5e5e5; color: #e5e5e5;
} }
.right { .right {
@ -30,7 +30,7 @@ main {
.left { .left {
margin-top: 2em; margin-top: 2em;
margin-right: 20em; margin-right: 22em;
border-top-right-radius: 10em; border-top-right-radius: 10em;
border-bottom-right-radius: 10em; border-bottom-right-radius: 10em;
padding-left: 0.5em; padding-left: 0.5em;