chore: update docs dependencies (#4522)

This commit is contained in:
Nico Domino
2022-05-07 00:01:02 +02:00
committed by GitHub
parent 8b6d2e3972
commit 714579e8d6
10 changed files with 19771 additions and 13873 deletions

View File

@@ -0,0 +1,41 @@
.circle {
position: absolute;
object-position: center center;
will-change: transform, opacity;
top: -50%;
left: -50%;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
margin-top: 1rem;
}
.logo {
display: block;
width: 65%;
height: 65%;
filter: grayscale(100%);
opacity: 0.1;
}
.fullWidth {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}
.height {
position: relative;
width: 100%;
height: 500px;
}
.company {
position: relative;
/* width: ${(props) => props.scale * 75}px; */
/* height: ${(props) => props.scale * 75}px; */
}