Skip to content

Commit

Permalink
Website: Fix browser compatibility issues (#12658)
Browse files Browse the repository at this point in the history
Closes: #12626

Changes:
- Fixed the pricing features table border on Safari
- Fixed the titles of articles overflowing from article cards on mobile
Safari
- fixed the alignment of headings on the homepage
- Fixed the text color of the CTAs on the state of device management
report.
  • Loading branch information
eashaw committed Jul 11, 2023
1 parent e564081 commit 04b2d0a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/assets/styles/pages/articles/articles.less
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
margin-left: -10px;
margin-right: -10px;
[purpose='article-card'] {
flex: 1 1 350px;
flex: 1 1 auto;
max-width: 100%;
}
}
Expand Down
1 change: 1 addition & 0 deletions website/assets/styles/pages/pricing.less
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@
tbody {
color: #515774;
border-radius: 8px;
outline: 1px solid #E2E4EA;
box-shadow: 0 0 0 1px #E2E4EA;
td {
padding: 12px 24px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
color: #FFF;
margin-bottom: 24px;
h3 {
color: #FFF;
font-weight: 900;
font-size: 28px;
line-height: 40px;
Expand Down Expand Up @@ -161,6 +162,7 @@
color: #FFF;
margin-bottom: 40px;
h3 {
color: #FFF;
font-weight: 900;
font-size: 32px;
line-height: 40px;
Expand Down
2 changes: 1 addition & 1 deletion website/views/pages/homepage.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@

<div purpose="three-column-features" class="mx-auto">

<div purpose="feature-row" class="d-flex flex-sm-row flex-column align-items-center justify-content-center">
<div purpose="feature-row" class="d-flex flex-sm-row flex-column align-items-start justify-content-center">
<div purpose="feature" class="ml-sm-0">
<img alt="transparency" src="/images/[email protected]" class="mx-auto mx-sm-0">
<h5>Transparency: user-first</h5>
Expand Down

0 comments on commit 04b2d0a

Please sign in to comment.