Skip to content

Commit fe9e1b1

Browse files
committed
other attempt with CSS
1 parent f24e680 commit fe9e1b1

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

_css/app.css

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -625,20 +625,3 @@ table th[class*="col-"] {
625625
table tr td {
626626
hyphens: auto;
627627
}
628-
629-
.footer-copy {
630-
padding-top: 2em;
631-
margin-left: auto;
632-
margin-right: auto;
633-
}
634-
.footer-copy ul > a {
635-
font-size: 95%;
636-
}
637-
.footer-copy ul > a:first-of-type {
638-
font-size: 115%;
639-
font-weight: bold;
640-
}
641-
#footer-bottom {
642-
font-size: 90%;
643-
padding-bottom: 2em;
644-
}

_layout/foot_general.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<style>
2+
footer.footer-copy {
3+
padding-top: 2em;
4+
margin-left: auto;
5+
margin-right: auto;
6+
}
7+
footer.footer-copy ul > a {
8+
font-size: 95%;
9+
}
10+
footer.footer-copy ul > a:first-of-type {
11+
font-size: 115%;
12+
font-weight: bold;
13+
}
14+
footer.footer-copy #footer-bottom {
15+
font-size:90%;
16+
}
17+
</style>
18+
119
<footer class="container-fluid footer-copy">
220
<div class="container">
321
<div class="row">

0 commit comments

Comments
 (0)