mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
Fixed centering
This commit is contained in:
parent
3ea5bc6e18
commit
5d2ce2653c
@ -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)
|
||||
}
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user