Merge pull request #5 from jpez-development/portfolio_page

fixed minor formatting issue, adjusted opacity
This commit is contained in:
Joshua Perry 2022-04-13 18:37:09 +01:00 committed by GitHub
commit c7b43e661d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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