| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/HostingSpaces/admin/sms4real.com/wwwroot/assets/sass/layout/ |
Upload File : |
///
/// Elemental by Pixelarity
/// pixelarity.com @pixelarity
/// License: pixelarity.com/license
///
/* Footer */
#footer {
@include padding(5em, 5em);
margin: 0 auto;
text-align: center;
width: _size(main);
max-width: calc(100% - 4em);
.copyright {
color: _palette(fg-light);
margin: (_size(element-margin) * 2) 0 _size(element-margin) 0;
}
@include breakpoint(large) {
@include padding(4em, 4em);
}
@include breakpoint(medium) {
max-width: 100%;
}
@include breakpoint(small) {
@include padding(3em, 3em);
}
@include breakpoint(xsmall) {
@include padding(2em, 2em);
}
}