mirror of https://github.com/nate2014jatc/AGSTATUS
10-30-23_23:17:43
This commit is contained in:
parent
eccd4458a3
commit
f385f86d6a
|
@ -1,10 +1,10 @@
|
||||||
.author-bio {
|
.author-bio {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
float: right;
|
float: right;
|
||||||
border-radius: 12px;
|
border-radius: 24px;
|
||||||
border-width: 7px;
|
border-width: 7px;
|
||||||
border-style: groove;
|
border-style: groove;
|
||||||
border-color: #0066ff;
|
border-color: #00bbc4;
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
margin-top: 5%;
|
margin-top: 5%;
|
||||||
|
@ -12,10 +12,18 @@
|
||||||
|
|
||||||
.author-bio img {
|
.author-bio img {
|
||||||
float: right;
|
float: right;
|
||||||
max-width: 96px;
|
max-width: 128px;
|
||||||
max-height: 96px;
|
max-height: 128px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.author-bio .author-name {
|
||||||
|
padding-left: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.author-bio .bio {
|
||||||
|
padding-left: 4px;
|
||||||
|
}
|
||||||
.author-bio .social-link {
|
.author-bio .social-link {
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
|
|
Loading…
Reference in New Issue