File tree Expand file tree Collapse file tree 2 files changed +18
-17
lines changed Expand file tree Collapse file tree 2 files changed +18
-17
lines changed Original file line number Diff line number Diff line change @@ -625,20 +625,3 @@ table th[class*="col-"] {
625
625
table tr td {
626
626
hyphens : auto;
627
627
}
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
- }
Original file line number Diff line number Diff line change
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
+
1
19
< footer class ="container-fluid footer-copy ">
2
20
< div class ="container ">
3
21
< div class ="row ">
You can’t perform that action at this time.
0 commit comments