1
0
mirror of https://github.com/bitwarden/help synced 2025-12-15 15:53:53 +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

@@ -1,26 +1,21 @@
.main-container {
.card-popular {
.card-header {
background: $secondary;
color: #fff;
}
}
.card-header {
@include media-breakpoint-down(sm) {
font-size: 1rem;
}
}
.card-popular {
.card-header {
background: $secondary;
color: #fff;
}
}
.card-header {
@include media-breakpoint-down(sm) {
font-size: 1rem;
}
}
}
.card-body {
ul {
margin-bottom: 0;
}
p {
@include media-breakpoint-down(sm) {
font-size: 0.75rem;
}
}
.card-body {
ul {
margin-bottom: 0;
}
}
.landing-table {