Server IP : 15.235.198.142 / Your IP : 216.73.216.45 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/craft/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; } }