mirror of https://github.com/nate2014jatc/AGSTATUS
7 lines
87 B
CSS
7 lines
87 B
CSS
|
.author-bio {
|
||
|
width: 50%;
|
||
|
float: left;
|
||
|
border-radius: 12px;
|
||
|
border: 2px #0066ff;
|
||
|
}
|