����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����
Server IP : 74.208.127.88 / Your IP : 3.143.7.73 Web Server : Apache/2.4.41 (Ubuntu) System : Linux ubuntu 5.4.0-163-generic #180-Ubuntu SMP Tue Sep 5 13:21:23 UTC 2023 x86_64 User : www-data ( 33) PHP Version : 7.4.3-4ubuntu2.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/muebles/assets/sass/layout/ |
Upload File : |
/// /// Phantom by HTML5 UP /// html5up.net | @ajlkn /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) /// /* Footer */ #footer { $gutter: _size(gutter); @include padding(5em, 0, (0, 0, 3em, 0)); background-color: _palette(bg-alt); > .inner { @include vendor('display', 'flex'); @include vendor('flex-wrap', 'wrap'); @include vendor('flex-direction', 'row'); > * > :last-child { margin-bottom: 0; } section:nth-child(1) { width: calc(66% - #{$gutter}); margin-right: $gutter; } section:nth-child(2) { width: calc(33% - #{$gutter}); margin-left: $gutter; } .copyright { width: 100%; padding: 0; margin-top: 5em; list-style: none; font-size: 0.8em; color: transparentize(_palette(fg), 0.5); a { color: inherit; } li { display: inline-block; border-left: solid 1px transparentize(_palette(fg), 0.85); line-height: 1; padding: 0 0 0 1em; margin: 0 0 0 1em; &:first-child { border-left: 0; padding-left: 0; margin-left: 0; } } } } @include breakpoint('<=large') { $gutter: _size(gutter) * 0.5; @include padding(5em, 0); > .inner { section:nth-child(1) { width: calc(66% - #{$gutter}); margin-right: $gutter; } section:nth-child(2) { width: calc(33% - #{$gutter}); margin-left: $gutter; } } } @include breakpoint('<=medium') { $gutter: _size(gutter); > .inner { section:nth-child(1) { width: 66%; margin-right: 0; } section:nth-child(2) { width: calc(33% - #{$gutter}); margin-left: $gutter; } } } @include breakpoint('<=small') { @include padding(3em, 0); > .inner { @include vendor('flex-direction', 'column'); section:nth-child(1) { width: 100%; margin-right: 0; margin: 3em 0 0 0; } section:nth-child(2) { @include vendor('order', '-1'); width: 100%; margin-left: 0; } .copyright { margin-top: 3em; } } } @include breakpoint('<=xsmall') { > .inner { .copyright { margin-top: 3em; li { border-left: 0; padding-left: 0; margin: 0.75em 0 0 0; display: block; line-height: inherit; &:first-child { margin-top: 0; } } } } } }