Skip to content

Commit 8d9c288

Browse files
fix css for action row on desktop
1 parent 4b15cca commit 8d9c288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/pages/Homepage.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ a:nth-child(3) {
123123
margin-top: 10rem;
124124
}
125125

126-
.actionRow li:nth-child(2),
127-
li:nth-child(3) {
126+
.actionRow a:nth-child(2),
127+
a:nth-child(3) {
128128
margin-top: 0;
129129
}
130130

0 commit comments

Comments
 (0)