Skip to content

Commit ada86c5

Browse files
authored
Update style.css
1 parent 1c377ce commit ada86c5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

style.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body {
1818

1919
.logo {
2020
position: fixed;
21-
top: 30px;
21+
top: 10px;
2222
left: 20px;
2323
color: #2c1338;
2424
font-size: 1.45rem;
@@ -28,15 +28,15 @@ body {
2828
}
2929

3030
.producthunt {
31-
position: fixed;
32-
bottom: 18px;
33-
left: 23px;
31+
position: absolute;
32+
bottom: 16px;
33+
right: 23px;
3434
}
3535

3636
.support {
3737
position: absolute;
38-
top: 23px;
39-
right: 8px;
38+
top: 43px;
39+
left: 25px;
4040
}
4141

4242

0 commit comments

Comments
 (0)