personal-security-checklist/web/src/components/starter/footer/footer.module.css

24 lines
338 B
CSS

.anchor {
color: white !important;
display: block;
font-size: 0.8rem;
text-align: center;
text-decoration: none;
line-height: 1.5;
}
.anchor span:not(.spacer) {
display: block;
}
.spacer {
display: none;
padding: 0 15px;
}
@media screen and (min-width: 768px) {
.anchor span {
display: inline !important;
}
}