mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-04 13:48:56 +02:00
Fixed centering
This commit is contained in:
parent
3ea5bc6e18
commit
5d2ce2653c
@ -1,5 +1,3 @@
|
|||||||
if(typeof document !== 'undefined') {
|
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)}();
|
!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 {
|
main {
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: var(--unleash-color-sub-background);
|
background-color: var(--unleash-color-sub-background);
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
main .container {
|
main .container {
|
||||||
background-color: var(--ifm-background-color);
|
background-color: var(--ifm-background-color);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 3rem;
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 997px) {
|
@media (min-width: 997px) {
|
||||||
main .container{
|
main .container{
|
||||||
margin: 4rem;
|
margin-top: 3rem;
|
||||||
|
margin-inline: 3rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user