File tree Expand file tree Collapse file tree 1 file changed +63
-0
lines changed
Expand file tree Collapse file tree 1 file changed +63
-0
lines changed Original file line number Diff line number Diff line change @@ -480,6 +480,69 @@ body::before {
480480 margin-top : var (--spacing-unit );
481481}
482482
483+ .footer-main {
484+ font-size : 0.75rem ;
485+ color : var (--primary-green );
486+ margin-bottom : 8px ;
487+ letter-spacing : 1px ;
488+ }
489+
490+ .footer-copyleft {
491+ font-size : 0.7rem ;
492+ color : # b0b0b0 ;
493+ margin-bottom : 16px ;
494+ }
495+
496+ .copyleft-symbol {
497+ display : inline-block;
498+ transform : scaleX (-1 );
499+ font-size : 1.1em ;
500+ color : var (--primary-green );
501+ }
502+
503+ .social-icons {
504+ display : flex;
505+ justify-content : center;
506+ align-items : center;
507+ gap : 20px ;
508+ flex-wrap : wrap;
509+ }
510+
511+ .social-icons a {
512+ color : var (--text-primary );
513+ text-decoration : none;
514+ transition : color 0.3s ease, transform 0.3s ease;
515+ display : inline-flex;
516+ align-items : center;
517+ justify-content : center;
518+ }
519+
520+ .social-icons a : hover {
521+ color : var (--primary-green );
522+ transform : translateY (-3px );
523+ }
524+
525+ .social-icons svg {
526+ width : 20px ;
527+ height : 20px ;
528+ fill : currentColor;
529+ }
530+
531+ @media (max-width : 768px ) {
532+ .footer-main {
533+ font-size : 0.65rem ;
534+ }
535+
536+ .footer-copyleft {
537+ font-size : 0.6rem ;
538+ }
539+
540+ .social-icons svg {
541+ width : 18px ;
542+ height : 18px ;
543+ }
544+ }
545+
483546/* Mobile: Keep desktop look, just make it scrollable */
484547@media (max-width : 768px ) {
485548 .container {
You can’t perform that action at this time.
0 commit comments