Skip to content

Commit

Permalink
fix: APPS-3041 Reset TwoCol component primary column width (#646)
Browse files Browse the repository at this point in the history
* revert primary column width

* fix: linting

---------

Co-authored-by: tinuola <[email protected]>
  • Loading branch information
tinuola and tinuola authored Oct 25, 2024
1 parent 20f75f1 commit aab79c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib-components/TwoColLayoutWStickySideBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ onMounted(() => {
// MEDIUM DEVICE STYLES
@media (min-width: 900px) and (max-width: 1200px){
.two-column {
.primary-column {
width: 62%;
}
.sidebar-column {
margin-right: var(--unit-gutter);
}
Expand Down

1 comment on commit aab79c2

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.