You've already forked AstralRinth
forked from didirus/AstralRinth
Landing page (#353)
* Landing page * Change legal corp name, remove google from privacy policy, other fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user