HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/stafa.komma.pro/resources/sass/site/7-Templates/_templates.news.scss
.t-news {
	position: relative;

	&::before {
		@include mq(1000) {
			@include ornament-hex-filled();
			content: '';
			display: block;
			left: auto;
			right: 0;
			top: 35vmax;
			transform: translateX(50%);
			margin-right: calc(50% - 50vw);
		}

		@include mq(m) {
			top: 340px;
		}
		@include mq(l) {
			top: 374px;
		}
		@include mq($bp-max) {
			top: 346px;
		}
	}
}