1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

Fixed centering

This commit is contained in:
Alvin Bryan 2024-12-19 20:08:47 +00:00
parent 3ea5bc6e18
commit 5d2ce2653c
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -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)
}

View File

@ -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;
}
}