Skip to content

Commit bd48a50

Browse files
committed
Tweak styling for small screen sizes
1 parent d3021b7 commit bd48a50

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

footer.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<footer class="page-footer font-small py-4">
22
<div class="container">
3-
<div class="row p-4">
3+
<div class="row m-3">
44

5-
<div class="col-lg my-auto px-4 text-center">
6-
<p>© 2019 CaseIT</p>
5+
<div class="col-lg my-auto px-4 py-2 text-center">
6+
<p class="center">© 2019 CaseIT</p>
77
</div>
88

9-
<div class="col-lg my-auto px-4 text-center">
9+
<div class="col-lg my-auto px-4 py-2 text-center">
1010

1111
<a class="p-2" href="https://www.facebook.com/CaseIT/" target="_blank">
1212
<img class="img-fluid icon" src="res/img/icons/facebook.png" />

res/css/footer.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,14 @@
1414
font-size: .8em;
1515
}
1616

17+
.col-lg {
18+
min-height: 2em;
19+
}
20+
1721
.icon {
1822
height: 2em;
23+
margin-top: .5em;
24+
margin-bottom: .5em;
1925
}
2026

2127
.icon:hover {

0 commit comments

Comments
 (0)