File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -108,14 +108,11 @@ export default function Home({ recentPosts }) {
108
108
< a href = "https://instagram.com/3dstreetapp" target = "_blank" >
109
109
< InstagramIcon />
110
110
</ a >
111
- < a href = "https://discord.com/invite/9DgKkFCetC " target = "_blank" >
111
+ < a href = "https://discord.gg/zNFMhTwKSd " target = "_blank" >
112
112
< DiscordIcon />
113
113
</ a >
114
114
</ aside >
115
115
116
- < div className = "down_icon" >
117
- < ArrowIcon />
118
- </ div >
119
116
</ div >
120
117
</ header >
121
118
Original file line number Diff line number Diff line change @@ -77,6 +77,22 @@ main {
77
77
right : 0 ;
78
78
top : 400px ;
79
79
position : absolute;
80
+ z-index : 10 ;
81
+ }
82
+
83
+ .st_header_container .socials a {
84
+ display : flex;
85
+ justify-content : center;
86
+ align-items : center;
87
+ width : 40px ;
88
+ height : 40px ;
89
+ cursor : pointer;
90
+ }
91
+
92
+ .st_header_container .socials svg {
93
+ width : 100% ;
94
+ height : 100% ;
95
+ pointer-events : none;
80
96
}
81
97
82
98
.st_header_container .socials svg : hover * {
You can’t perform that action at this time.
0 commit comments