Skip to content

Commit a3876f8

Browse files
responsive and typo changes
1 parent 8e87057 commit a3876f8

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

css/style.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1859,3 +1859,18 @@ ul li {
18591859
input{
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*/

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)