10-30-23_23:26:05

This commit is contained in:
rv 2023-10-30 23:26:05 -06:00
parent f385f86d6a
commit 9aa888a453
1 changed files with 2 additions and 1 deletions

View File

@ -1,13 +1,14 @@
.author-bio { .author-bio {
width: 50%; width: 50%;
float: right; float: right;
border-radius: 24px; border-radius: 36px;
border-width: 7px; border-width: 7px;
border-style: groove; border-style: groove;
border-color: #00bbc4; border-color: #00bbc4;
padding-left: 4px; padding-left: 4px;
padding-bottom: 4px; padding-bottom: 4px;
margin-top: 5%; margin-top: 5%;
background-color: rgba(211, 135, 0, 0.8);
} }
.author-bio img { .author-bio img {