Header btn badge display:none

This commit is contained in:
Thomas Smith 2022-07-12 12:21:38 -04:00
parent 67d2155626
commit 970b593bbb

View file

@ -5,6 +5,10 @@
<style>
.badge{
display:none;
}
@media only screen and (min-width: 600px) {
.prompt{
font-family: 'Prompt', sans-serif !important;