Adjust CSS for Web Link component
This commit is contained in:
parent
073e286ad9
commit
d0d93e5587
1 changed files with 5 additions and 1 deletions
|
@ -32,11 +32,15 @@ const {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
|
text-decoration: none;
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
font-size: 14px;
|
font-size: 12px;
|
||||||
|
text-decoration: underline;
|
||||||
|
color: rgb(82, 82, 82);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue