chore: update public video logo and CTA styling (#32078)

* chore: update public video logo and CTA styling

* chore: update logo styling
This commit is contained in:
leangseu-edx
2023-04-19 10:21:50 -04:00
committed by GitHub
parent f6e1ccbc35
commit 9fd2920c4c

View File

@@ -527,16 +527,26 @@
}
.public-video-share-cta {
position: relative;
z-index: 1;
margin-top: 20px;
display: flex;
padding: $baseline;
justify-content: flex-end;
flex-direction: row;
margin: 0 -12px;
text-align: center;
justify-content: space-between;
align-items: center;
gap: 1em;
.org-logo{
height: 40px;
height: 80px;
}
.nav-links{
float: right;
.nav-links {
display: flex;
flex-direction: row;
gap: 1em;
width: 100%;
justify-content: flex-end;
}
.btn-learn-more{
@@ -567,4 +577,14 @@
}
}
}
@include media-breakpoint-down(sm) {
.public-video-share-cta {
flex-direction: column;
.nav-links {
flex-direction: column;
}
}
}
}