mirror of https://github.com/nate2014jatc/AGSTATUS
Compare commits
No commits in common. "3d314a82a2d09313a5182ea671c20138963384b9" and "91ff769ebfa154d0652b182159d2366560b9bbf1" have entirely different histories.
3d314a82a2
...
91ff769ebf
|
@ -1,36 +1,20 @@
|
||||||
.author-bio {
|
.author-bio {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
float: right;
|
float: right;
|
||||||
border-radius: 36px;
|
border-radius: 12px;
|
||||||
border-width: 7px;
|
border-width: 3px;
|
||||||
border-style: groove;
|
border-style: groove;
|
||||||
border-color: #00bbc4;
|
border-color: #0066ff;
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
padding-bottom: 4px;
|
|
||||||
margin-top: 5%;
|
margin-top: 5%;
|
||||||
background-color: rgba(0, 187, 196, 0.4);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.author-bio img {
|
.author-bio img {
|
||||||
float: right;
|
float: right;
|
||||||
max-width: 128px;
|
max-width: 256px;
|
||||||
max-height: 128px;
|
max-height: 256px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.author-bio .author-name {
|
|
||||||
padding-top: 4px;
|
|
||||||
padding-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.author-bio .bio {
|
|
||||||
padding-left: 8px;
|
|
||||||
border-radius: 12px;
|
|
||||||
border-width: 4px;
|
|
||||||
border-style: groove;
|
|
||||||
border-color: #00bbc4;
|
|
||||||
}
|
|
||||||
.author-bio .social-link {
|
.author-bio .social-link {
|
||||||
padding-left: 12px;
|
padding-left: 8px;
|
||||||
padding-bottom: 4px;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue