Skip to content

Commit

Permalink
[eclipse-kanto#105] Fix website UI formatting for small, medium and e…
Browse files Browse the repository at this point in the history
…xtra large devices

Temporarily changed ".td-max-width-on-larger-screens" until the project is migrated to a new docsy version.

Signed-off-by: Daniel Milchev <[email protected]>
  • Loading branch information
daniel-milchev committed Aug 30, 2022
1 parent ea010bf commit 374168d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions web/site/assets/scss/_screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
.w-lg-75 {
width: 75% !important;
}
// Sets the content width in blog and docs
.td-max-width-on-larger-screens {
max-width: 100% !important;
}
}

// Sets the content width in blog and docs
.td-max-width-on-larger-screens {
max-width: 100% !important;
}

// Overwriting height and padding used for cover blocks
Expand Down

0 comments on commit 374168d

Please sign in to comment.