Landing page (#353)

* Landing page

* Change legal corp name, remove google from privacy policy, other fixes
This commit is contained in:
Geometrically
2022-02-16 17:39:48 -07:00
committed by GitHub
parent e91b0500c5
commit 51a9a7b75d
22 changed files with 535 additions and 187 deletions

View File

@@ -70,12 +70,13 @@ export default {
z-index: 20;
position: fixed;
bottom: 0;
bottom: 4rem;
right: 0;
.banner {
padding: 1rem;
font-size: 1.05rem;
border-radius: 0;
margin-bottom: 0;
}
.actions {
display: flex;
@@ -88,6 +89,14 @@ export default {
}
}
@media screen and (min-width: 750px) {
bottom: 0;
.banner {
margin-bottom: 0;
}
}
@media screen and (min-width: 1024px) {
width: unset;
text-align: unset;