File tree Expand file tree Collapse file tree 2 files changed +20
-9
lines changed Expand file tree Collapse file tree 2 files changed +20
-9
lines changed Original file line number Diff line number Diff line change @@ -1814,14 +1814,24 @@ footer {
1814
1814
}
1815
1815
1816
1816
.top-footer-text {
1817
- padding-bottom : 10px ;
1817
+ padding : 0 10 px 10px ;
1818
1818
}
1819
1819
1820
1820
.list-footer {
1821
+ padding : 0 ;
1822
+ width : 90% ;
1823
+ margin : 10px auto 0 ;
1824
+ list-style-type : none ;
1821
1825
display : flex;
1822
- align-items : center;
1823
- justify-content : center;
1824
1826
flex-direction : row;
1827
+ justify-content : center;
1828
+ gap : 10px ;
1829
+ }
1830
+
1831
+ @media (max-width : 300px ) {
1832
+ .list-footer {
1833
+ flex-wrap : wrap;
1834
+ }
1825
1835
}
1826
1836
1827
1837
.top-footer-text h1 {
@@ -1984,6 +1994,7 @@ footer {
1984
1994
}
1985
1995
1986
1996
.footer-copyright {
1997
+ padding : 10px ;
1987
1998
text-align : center;
1988
1999
margin-top : 20px ;
1989
2000
color : rgba (229 , 228 , 232 , 0.58 );
Original file line number Diff line number Diff line change @@ -557,12 +557,12 @@ <h1>CodeSetGo</h1>
557
557
< span > a community made for the students and made by the students.</ span >
558
558
</ center >
559
559
</ div >
560
- < div class ="list-footer ">
561
- < ul > < a href ="#about "> About Us</ a > </ ul >
562
- < ul > < a href ="#contact "> Contact</ a > </ ul >
563
- < ul > < a href ="#services "> Services</ a > </ ul >
564
- < ul > < a href =""> Licenses</ a > </ ul >
565
- </ div >
560
+ < ul class ="list-footer ">
561
+ < li > < a href ="#about "> About Us</ a > </ li >
562
+ < li > < a href ="#contact "> Contact</ a > </ li >
563
+ < li > < a href ="#services "> Services</ a > </ li >
564
+ < li > < a href =""> Licenses</ a > </ li >
565
+ </ ul >
566
566
</ div >
567
567
568
568
< div class ="wrapper ">
You can’t perform that action at this time.
0 commit comments