Skip to content

Commit 0a8e517

Browse files
authored
Fix Positioning Issue
The star is being positioned relative to its normal position (the correct position!) causing it to be off-set
1 parent 32b054f commit 0a8e517

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

features/project-descriptions/style.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
.ai-star {
22
height: 1.4rem;
3-
position: relative;
4-
top: .4rem;
53
margin-left: .3rem;
64
cursor: pointer;
75
transform: none;
@@ -28,4 +26,4 @@
2826
text-align: right;
2927
margin-top: .2rem;
3028
opacity: .6;
31-
}
29+
}

0 commit comments

Comments
 (0)