Skip to content

Commit

Permalink
Added .center-text class for text alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
xoorbes committed Sep 9, 2024
1 parent 3e17fbe commit a44ba02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@
--ifm-color-primary-lightest: #4fddbf;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}

.center-text {
text-align: center;
}

0 comments on commit a44ba02

Please sign in to comment.