Commit 9b1c9677 by Arjun Jhukal

updated the a tag at resource detail

parent ff08c281
This source diff could not be displayed because it is too large. You can view the blob instead.
.resource-detail {
.rd-content {
h2,
h3,
h4,
h5 {
margin-bottom: 16px;
&:not(:first-child) {
margin-top: 32px;
}
......@@ -16,10 +18,10 @@
margin-bottom: 8px;
color: $primary;
+ h2,
+ h3,
+ h4,
+ h5 {
+h2,
+h3,
+h4,
+h5 {
margin-top: 0;
}
}
......@@ -27,6 +29,7 @@
ul,
ol {
padding-left: 8px;
li {
position: relative;
padding-left: 24px;
......@@ -49,6 +52,14 @@
}
}
}
a {
color: $primary;
&:hover {
text-decoration: underline;
}
}
}
li,
......@@ -66,6 +77,7 @@
padding-top: 32px;
margin-top: 40px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
.rd-socials {
margin-top: 20px;
......@@ -73,16 +85,20 @@
display: block;
margin-bottom: 8px;
}
ul {
gap: 8px;
li {
a {
&:hover {
svg {
fill: $primary;
rect {
stroke: $primary;
}
path {
fill: #fff;
}
......@@ -102,6 +118,7 @@
@media (min-width: 768px) {
.resource-detail {
.rd-content {
h2,
h3,
h4,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment