38bf191f by Jeremy Groot

mobile qa fixes

1 parent 1bbef3b5
......@@ -13066,7 +13066,9 @@ h1 {
}
@media screen and (max-width: 768px) {
.commonwell_college_logo {
max-width: 80%;
bottom: 0;
left: 0;
max-width: 50%;
}
}
......@@ -14621,14 +14623,28 @@ article > h5 {
max-width: 1.313rem;
max-height: 1.5rem;
}
.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats {
width: 100%;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.ld-progress-steps {
margin-top: 0;
}
.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
left: 0;
top: 0;
margin-top: 0;
}
.ugb-card.ugb-card--v2 .ugb-block-content {
gap: 20px;
}
.page-template-marketing_masters #page-content {
.page-template-marketing_masters #page-content, .sfwd-courses-template-default #page-content {
padding-left: 20px;
padding-right: 20px;
}
.page-template-marketing_masters #header-image {
.page-template-marketing_masters #header-image, .sfwd-courses-template-default #header-image {
margin-top: 5.4rem !important;
}
#brokercontent .material a {
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -116,7 +116,9 @@ h1{
left: 40px;
max-width: 450px;
@media screen and (max-width: 768px) {
max-width: 80%;
bottom: 0;
left: 0;
max-width: 50%;
}
}
......
......@@ -43,11 +43,28 @@
}
}
.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats {
width: 100%;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.ld-progress-steps {
margin-top:0;
}
.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
left:0;
top:0;
margin-top:0;
}
.ugb-card.ugb-card--v2 .ugb-block-content {
gap: 20px;
}
.page-template-marketing_masters {
.page-template-marketing_masters, .sfwd-courses-template-default {
#page-content {
padding-left:20px;
padding-right:20px;
......