fix: padding plus faible sur les liens

This commit is contained in:
Kazhnuz 2024-08-31 16:03:53 +02:00
parent b2d70adb2d
commit 88debe170e

View file

@ -135,7 +135,7 @@ nav, .btn {
a {
color: var(--text-color);
text-decoration: underline dashed 1px;
padding: 3px;
padding: 0.05rem;
border-radius: 4px;
}