Skip to content

Commit

Permalink
Merge branch 'nr/feat/hub-header' into release
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/wmcads/components/hub-header/_hub-header.scss
  • Loading branch information
nathan-rogan committed Jun 28, 2021
2 parents 64942cb + 0b629ea commit df02911
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/wmcads/components/hub-header/_hub-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,19 @@

&-text-pane {
position: absolute;
left: calc((100% - 927px) / 2);
left: calc((100% - 955px) / 2);
max-width: 468px;
overflow: auto;
align-self: center;

@media (max-width: $breakpoint-lg) {
left: $size-sm;
margin: $size-md;
padding: $size-md $size-xs;
}

@media (max-width: $breakpoint-md) {
position: relative;
width: 95%;
}

.icon {
Expand All @@ -87,6 +87,10 @@
.text {
max-width: 400px;
margin-top: 10px;

@media (max-width: $breakpoint-lg) {
margin-right: 10px;
}
}
}
}

0 comments on commit df02911

Please sign in to comment.