Skip to content

Commit 34510f2

Browse files
chore: cleanup
Signed-off-by: saurabhraghuvanshii <saurabhsraghuvanshi@gmail.com>
1 parent 8fa43dd commit 34510f2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

assets/scss/_styles_project.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,6 @@ a:not([href]):not([class]):hover {
408408
display: flex;
409409
align-items: center;
410410
color: $casper;
411-
412411
&:hover {
413412
background-color: rgba($primary, 0.3)
414413
}
@@ -482,15 +481,15 @@ a:not([href]):not([class]):hover {
482481
align-items: center;
483482
}
484483

485-
.td-content figure>img {
484+
.td-content figure > img {
486485
width: auto;
487486
max-width: 100%;
488487
border-radius: .5rem .5rem 0 0;
489488
box-shadow: 0 0 0.5rem rgba(0, 179, 159, 0.4);
490489
transition: box-shadow 0.2s;
491490
}
492491

493-
.td-content figure>figcaption {
492+
.td-content figure > figcaption {
494493
width: 100%;
495494
text-align: center;
496495
padding: 0.5rem 1rem;

0 commit comments

Comments
 (0)