File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -1859,3 +1859,18 @@ ul li {
18591859input {
18601860 color : white;
18611861}
1862+
1863+ @media ( max-width : 377px ){
1864+ # footer .flex-container .subscribe .submit {
1865+ width : 75% ;
1866+ }
1867+ }
1868+ /* width of submit button increased to make it responsive*/
1869+ @media ( max-width : 377px ){
1870+ # footer .flex-container .about p {
1871+ font-size : 12px ;
1872+ text-align : left;
1873+ color : # 828282 ;
1874+ }
1875+ }
1876+ /* font size reduced of <p> tag of about section of footer to make it responsive*/
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