HEX
Server: Apache
System: Linux v38079.2is.nl 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: democfellows (10015)
PHP: 8.1.34
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/creativefellows.nl/recht.creativefellows.nl/public/scss/_footer.scss
.page-footer{
	padding:3rem 0 0 0;
	background-color:rgba($light-gray,0.5);
	
	p,ul{
		font-size:0.875rem;
	}
	a{color:$black;}
	.section-name a{color:get-color(0);font-weight:700;}
	
	.copyright{color:$medium-gray;}
	.copyright a{
		color:$medium-gray;
		&:after{content:" | ";}
		&:first-child{margin-left:0.75rem;}
		&:last-child::after{display:none;}
	}
	
	@include breakpoint(small only)
	{	
		padding-top:1.5rem;
		.grid-x {justify-content: flex-start;}
	}
	

}