File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -617,6 +617,8 @@ body.dark-mode .navbar-link:hover {
617617.footer-2 {
618618 background-color : # dedede ;
619619 padding : 12px 0 ;
620+ overflow : hidden;
621+ align-items : center;
620622}
621623
622624.footer-container {
@@ -628,13 +630,14 @@ body.dark-mode .navbar-link:hover {
628630.footer-content {
629631 display : flex;
630632 flex-wrap : wrap;
633+ align-items : center;
631634 justify-content : space-between;
632635 padding : 20px 0 ;
633636}
634637
635638.footer-info {
636639 /* flex: 200px; */
637- margin-bottom : 2 px ;
640+
638641}
639642
640643.footer-links {
@@ -647,7 +650,8 @@ body.dark-mode .navbar-link:hover {
647650.footer-description {
648651 flex : 1 1 300px ;
649652 max-width : 500px ;
650- margin-right : 25px ;
653+ margin-right : 60px ;
654+ text-align : center;
651655}
652656
653657.footer-logo {
@@ -659,12 +663,14 @@ body.dark-mode .navbar-link:hover {
659663}
660664
661665.footer-section {
662- margin-left : 40px ;
666+ margin-left : 50px ;
667+
663668}
664669
665670.footer-heading {
666671 font-size : 1.1rem ;
667672 font-weight : bold;
673+ text-align : center;
668674 margin-bottom : 0.75rem ;
669675 color : # 333 ;
670676 transition : color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease; /* Added transitions for hover effects */
@@ -694,6 +700,8 @@ body.dark-mode .navbar-link:hover {
694700 font-size : 1rem ;
695701 font-weight : normal;
696702 margin-bottom : 1rem ;
703+ align-items : center;
704+
697705}
698706
699707.footer-button {
You can’t perform that action at this time.
0 commit comments