Adjust CSS for Web Link component

This commit is contained in:
Korbs 2024-10-23 13:58:41 -04:00
parent 073e286ad9
commit d0d93e5587

View file

@ -32,11 +32,15 @@ const {
font-size: 14px;
}
a {
text-decoration: none;
h2 {
font-size: 20px;
color: black;
}
p {
font-size: 14px;
font-size: 12px;
text-decoration: underline;
color: rgb(82, 82, 82);
}
}
}