| Server IP : 87.98.154.146 / Your IP : 216.73.216.165 Web Server : Apache System : Linux webm004.cluster126.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : ohklomafyi ( 52085) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/ohklomafyi/www/wp-content/themes/oceanwp/sass/components/blog/ |
Upload File : |
/**
* Single Post Author bio
*/
#author-bio {
position: relative;
margin-top: 30px;
padding-top: 30px;
border-top-width: 1px;
border-style: solid;
border-color: $color-9;
#author-bio-inner {
@include display();
}
.author-bio-avatar,
.author-bio-avatar img {
@include border-radius( 50% );
}
.author-bio-avatar {
min-width: 80px;
margin-right: 30px;
img {
width: 80px;
height: 80px;
border: 3px solid $border-color;
}
}
.author-bio-content {
position: relative;
}
.author-bio-title {
display: inline-block;
font-size: 18px;
margin: 0 0 10px;
text-transform: capitalize;
}
.author-bio-description p:last-child {
margin: 0;
}
}
.author #author-bio {
margin: 0 0 30px;
padding-bottom: 30px;
border-bottom-width: 1px;
}
/*------------------------------------*
Phone Landscape
*------------------------------------*/
@media only screen and (max-width: 480px) {
#author-bio .author-bio-avatar {
display: none;
}
}