mirror of https://github.com/nate2014jatc/AGSTATUS
10-30-23_23:26:05
This commit is contained in:
parent
f385f86d6a
commit
9aa888a453
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue