style: add styling for title on breadcrumbs

This commit is contained in:
Jai Bhagat
2021-12-16 09:38:41 -05:00
parent 0334709bd7
commit a262979f4f

View File

@@ -11,7 +11,23 @@
}
}
ul {
align-items: center;
}
li::before {
font-size: x-large;
}
li.is-active a {
opacity: 1;
}
dl dd {
font-size: medium;
}
dl dt {
font-size: small;
}
}