We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c377ce commit ada86c5Copy full SHA for ada86c5
style.css
@@ -18,7 +18,7 @@ body {
18
19
.logo {
20
position: fixed;
21
- top: 30px;
+ top: 10px;
22
left: 20px;
23
color: #2c1338;
24
font-size: 1.45rem;
@@ -28,15 +28,15 @@ body {
28
}
29
30
.producthunt {
31
- position: fixed;
32
- bottom: 18px;
33
- left: 23px;
+ position: absolute;
+ bottom: 16px;
+ right: 23px;
34
35
36
.support {
37
position: absolute;
38
- top: 23px;
39
- right: 8px;
+ top: 43px;
+ left: 25px;
40
41
42
0 commit comments