GhostManSec
Server: Apache
System: Linux webm019.cluster130.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: exhehbu (1008962)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/e/x/h/exhehbu/www/wp-content/themes/revolution/assets/sass/_author.scss
.authorpage {
	margin-bottom: 10vh;
	.avatar {
		display: block;
		float: left;
		width: 40px;
		height: 40px;
		border-radius: 3px;

		@include min-break($break-small) {
			width: 72px;
			height: 72px;
		}
	}
	.author-content {
		padding-left: 60px;

		@include min-break($break-small) {
			padding-left: 110px;
		}
		h5 {
			font-weight: 500;
			@include max-break($break-small) {
				margin-bottom: 5px;
			}
		}
		p {
			color: #818181;
			font-size: 14px;
			margin-bottom: 15px;
			line-height: 1.4;
		}
		.square-icon {
			display: inline-block;
			color: $color1;
			font-size: 14px;
			margin-right: 8px;
			&:hover {
				color: $color2;
			}
			@each $profile, $color in $social {
			  &.#{$profile} {
			    &:hover {
			    	color: $color;
			    }
			  }
			}
		}
	}
}