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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user