File tree Expand file tree Collapse file tree 2 files changed +37
-2
lines changed Expand file tree Collapse file tree 2 files changed +37
-2
lines changed Original file line number Diff line number Diff line change @@ -1859,3 +1859,38 @@ ul li {
18591859input {
18601860 color : white;
18611861}
1862+
1863+ @media ( max-width : 420px ){
1864+ .flex-container {
1865+ display : flex;
1866+ flex-direction : column;
1867+ flex-wrap : wrap;
1868+ width : 92% ;
1869+ margin-left : auto;
1870+ margin-right : auto;
1871+ padding-top : 40px ;
1872+ padding-bottom : 10px ;
1873+ }
1874+ .flex-container .about {
1875+ width : 92% ;
1876+ margin : 10px auto;
1877+ text-align : center;
1878+ line-height : 24px ;
1879+ font-size : 20px ;
1880+ }
1881+ .flex-container .links {
1882+ visibility : hidden;
1883+ display : none;
1884+ clear : both;
1885+ float : left;
1886+ margin : 10px auto 5px 20px ;
1887+ width : 28% ;
1888+ }
1889+ .flex-container .subscribe {
1890+ width : 92% ;
1891+ margin : 10px auto;
1892+ text-align : center;
1893+ line-height : 24px ;
1894+ font-size : 20px ;
1895+ }
1896+ }
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ <h3>Certificate Generator</h3>
258258 </ div >
259259 < div id ="more ">
260260 < transition name ="fade ">
261- < a href ="Projects.html " class ="more "> More Projects...</ p >
261+ < a href ="Projects.html " class ="more "> More Projects...</ a >
262262 </ transition >
263263 </ div >
264264 </ div >
@@ -341,7 +341,7 @@ <h2>Donate Us to grow more</h2>
341341 </ div >
342342 </ div >
343343</ div >
344- </ div >
344+
345345
346346<!--Footer-->
347347< div id ="footer ">
You can’t perform that action at this time.
0 commit comments