fixing text decoration for links

This commit is contained in:
Antoine M 2023-11-24 17:22:02 +01:00
parent 1ddae0acd6
commit 714243bbae

View File

@ -1,6 +1,9 @@
.homegrade-blocks-accordeon-panel-content {
@apply w-full;
width: 100% !important;
a {
text-decoration: underline;
}
h4 {
@apply text-secondary;
}