extra padding on classic link

This commit is contained in:
Antoine M 2024-05-14 17:01:55 +02:00
parent 869884aa55
commit d2d2b8a059

View File

@ -4,5 +4,5 @@
}
.classic-link {
@apply font-bold text-black;
@apply font-bold text-black px-3 py-2 ;
}