HEX
Server: Apache
System: Linux webm005.cluster114.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: epubdjye (129326)
PHP: 8.5.7
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/epubdjye/www17/wp-content/themes/oceanwp/sass/components/blog/_blog-meta.scss
ul.meta {
	display: inline-block;
	width: 100%;
	color: $color-15;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;

	li {
		float: left;
		line-height: 1.3;

	    &:after {
	    	content: '-';
	    	padding: 0 6px;
		}

	    &:last-child:after {
	    	display: none;
	    	padding: 0;
		}

		a {
			color: $color-15;

		    &:hover {
				color: $color-5;
			}
		}

		i {
			display: inline-block;
			color: $color-4;
			padding-right: 5px;
		}
	}
}

/*------------------------------------*
	Phone Landscape
*------------------------------------*/
@media only screen and (max-width: 480px) {

	ul.meta {
		margin-bottom: 12px;

		li {
			margin-bottom: 8px;
		}
	}

}