1
0
mirror of https://github.com/bitwarden/help synced 2025-12-16 16:23:20 +00:00

mobile font fix (#420)

This commit is contained in:
David Choi
2021-02-23 11:36:00 -08:00
committed by GitHub
parent 58c0777b4a
commit 219f124ca1

View File

@@ -11,16 +11,11 @@
} }
} }
} }
.card-body { .card-body {
ul { ul {
margin-bottom: 0; margin-bottom: 0;
} }
p {
@include media-breakpoint-down(sm) {
font-size: 0.75rem;
}
}
} }
.landing-table { .landing-table {