Skip to content

Commit d15a92a

Browse files
authored
Merge pull request Codey001#25 from MrJay07/main
done some changes in footer
2 parents 3369b4e + 3f0fef2 commit d15a92a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

css/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,9 @@ a {
344344

345345
/* If you don't want the footer to be responsive, remove these media queries */
346346

347-
@media (max-width: 880px) {
347+
@media (max-width: 768px) {
348348
.footer {
349-
font: bold 14px sans-serif;
349+
font: sans-serif;
350350
}
351351

352352
.footer .footer-left,

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<div class="footer-center">
9797
<div>
9898
<i class="fa fa-map-marker"></i>
99-
<p><span>H.No. 1951, W.N.4, Khaperkheda,</span> Saoner, Nagpur</p>
99+
<p>H.No.1951,W.N.4,Khaperkheda,<br>Saoner, Nagpur</p>
100100
</div>
101101

102102
<div>

0 commit comments

Comments
 (0)