| Server IP : 172.67.201.108 / Your IP : 216.73.216.11 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/home2/domains/nycyouth/sass/ |
Upload File : |
/* ----------------------------------------------------------------
content.scss
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
Content
-----------------------------------------------------------------*/
#content {
position: relative;
background-color: var(--#{$cnvs-prefix}body-bg);
}
.content-wrap {
position: relative;
padding: var(--#{$cnvs-prefix}content-padding) 0;
overflow: hidden;
.container {
position: relative;
}
p {
line-height: var(--#{$cnvs-prefix}line-height-content);
}
}
.grid-container,
.grid-inner {
position: relative;
overflow: hidden;
will-change: transform;
}
.grid-inner {
width: 100%;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.grid-container {
@include transition(height .4s ease);
}