Skip to content

Commit 68d322b

Browse files
rgantzosMaterArc
andauthored
Fix CSS
Co-authored-by: MaterArc <105017592+materarc@users.noreply.github.com>
1 parent 39d718b commit 68d322b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

features/project-descriptions/style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
.ai-star {
22
height: 1.4rem;
33
position: absolute;
4+
left: 6rem;
45
cursor: pointer;
56
transform: none;
67
transition: transform .3s;
7-
left: 6rem;
8-
}
9-
10-
.project-textlabel {
11-
position: relative;
128
}
139

1410
.ai-star:hover {
@@ -32,3 +28,7 @@
3228
margin-top: .2rem;
3329
opacity: .6;
3430
}
31+
32+
div.project-textlabel {
33+
position: relative;
34+
}

0 commit comments

Comments
 (0)