[Glitch] Fix privacy policy link not being visible on small screens
Port 77529aba86
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
175446f293
commit
cdd0af5a1c
1 changed files with 16 additions and 1 deletions
|
@ -90,6 +90,20 @@
|
||||||
.column-4 {
|
.column-4 {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.column-2 h4 {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.legal-xs {
|
||||||
|
display: none;
|
||||||
|
text-align: center;
|
||||||
|
padding-top: 20px;
|
||||||
|
|
||||||
|
@media screen and (max-width: $no-gap-breakpoint) {
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -105,7 +119,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ul a {
|
ul a,
|
||||||
|
.legal-xs a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: lighten($ui-base-color, 34%);
|
color: lighten($ui-base-color, 34%);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue