Skip to content

Commit e659222

Browse files
authored
TUL/Fixed responsive footer display (#973)
* Fixed responsive footer display * fixed Theme By alignment * added right spacing according to bootstrap v4.6.1
1 parent 29f1ad2 commit e659222

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

src/app/footer/footer.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ <h5 class="text-uppercase">Footer Content</h5>
5555
<!-- Copyright -->
5656
<div class="container">
5757
<div class="row">
58-
<div class="col-12 d-flex justify-content-end">
58+
<div class="col-12 d-flex justify-content-center">
5959
<!-- col-8.5 -->
6060
<div class="col-1" style="width: 70.8333%; flex: 0 0 70.8333%;max-width: 70.8333%;">
61-
<div class="bottom-footer p-1 d-flex justify-content-between align-items-center text-white">
62-
<div class="content-container">
61+
<div class="bottom-footer p-1 d-flex justify-content-center align-items-center text-white">
62+
<div class="content-container col px-2">
6363
<p class="m-0">
6464
<a class="text-white"
6565
href="http://www.dspace.org/">{{ 'footer.link.dspace' | translate}}</a>

src/app/footer/footer.component.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
}
4444
}
4545
.theme-by {
46-
text-align: start;
4746
padding-top: 4px;
4847
font-size: 12px !important;
4948
}

0 commit comments

Comments
 (0)