Skip to content

Commit

Permalink
Fixed centering
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinometric committed Dec 19, 2024
1 parent 3ea5bc6 commit 5d2ce26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions website/global.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
if(typeof document !== 'undefined') {
!function(){var e,t,n;e="5fe670e3422303a",t=function(){Reo.init({clientID:"5fe670e3422303a"})},(n=document.createElement("script")).src="https://static.reo.dev/"+e+"/reo.js",n.async=!0,n.onload=t,document.head.appendChild(n)}();

console.log(window.clarity)
}
6 changes: 4 additions & 2 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,19 +164,21 @@ div[class^="announcementBar_"] svg {
main {
position: relative;
background-color: var(--unleash-color-sub-background);
display: flex;
justify-content: center;
}

main .container {
background-color: var(--ifm-background-color);
margin: 0;
border-radius: 8px;
padding: 3rem;
z-index: 1;
}

@media (min-width: 997px) {
main .container{
margin: 4rem;
margin-top: 3rem;
margin-inline: 3rem;
}
}

Expand Down

0 comments on commit 5d2ce26

Please sign in to comment.