Skip to content

Commit

Permalink
fix(styles): update text alignment to use 'start' and 'end' for bette…
Browse files Browse the repository at this point in the history
…r compatibility
  • Loading branch information
hichemfantar committed Jan 14, 2025
1 parent fcc9e5c commit e05fe8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
.navlink {
width: 80%;
margin-top: 20px;
text-align: left;
text-align: start;
}

.container {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ the background in custom CSS file due bug https://github.com/facebook/docusaurus

.codeLineNumber {
display: table-cell;
text-align: right;
text-align: end;
width: 1%;
position: sticky;
left: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@

@media (min-width: 997px) {
.lastUpdated {
text-align: right;
text-align: end;
}
}

0 comments on commit e05fe8f

Please sign in to comment.