Skip to content

Commit 3339cff

Browse files
committed
Footer design fixes
1 parent b33c737 commit 3339cff

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

AdminUI/LearningHub.Nhs.AdminUI/Scripts/vuesrc/content/pageSectionToolbar.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@
269269
270270
.toolBarButton i .fa, .fas {
271271
font-weight: 100;
272-
}
273-
@media (max-width: 767px) {
272+
}
273+
@media (max-width: 420px) {
274274
.toolBarBox {
275275
position: absolute;
276276
right: 12px;

AdminUI/LearningHub.Nhs.AdminUI/Styles/Layout/_footer.scss

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,13 @@
2828

2929
.footer-primary,
3030
.footer-secondary {
31-
font-size: 17px;
32-
line-height: 28px;
33-
padding-top: 30px;
31+
font-size: 17px;
32+
line-height: 28px;
33+
padding-top: 30px;
34+
35+
@media (max-width: 420px) {
36+
padding-top: 20px !important;
37+
}
3438
}
3539

3640
.footer-primary {
@@ -63,7 +67,7 @@
6367
padding-right: 15px;
6468

6569
@media (max-width: 420px) {
66-
padding-top: 10px !important;
70+
padding-top: 0px !important;
6771
text-align: left !important;
6872
}
6973
}

0 commit comments

Comments
 (0)