Update widget font size

This commit is contained in:
Oliver Davies 2019-03-28 20:05:35 +00:00
parent 444fb277de
commit c00c91f5a5

View file

@ -1,3 +1,7 @@
.widget a {
@apply text-xl text-blue-700 font-bold
.widget {
@apply text-xl
}
.widget a {
@apply text-blue-700 font-bold
}