File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
import Discord from "./images/icons/Discord.png" ;
2
2
import Twitter from "./images/icons/Twitter.png" ;
3
+ import Bluesky from "./images/icons/Bluesky.png"
3
4
import NexusMods from "./images/icons/NexusMods.png" ;
4
5
import YouTube from "./images/icons/YouTube.png" ;
5
6
6
7
export default {
7
8
Discord,
8
9
Twitter,
10
+ Bluesky,
9
11
NexusMods,
10
12
YouTube
11
13
}
Original file line number Diff line number Diff line change @@ -144,9 +144,10 @@ export function News({lang}) {
144
144
145
145
< div className = "icons" >
146
146
< Icon link = "https://discord.jojomodding.com" name = "Discord" color = "rgb(88, 101, 242)" target = "_blank" />
147
+ < Icon lang = { lang } color = "rgb(218, 142, 53)" name = "NexusMods" />
147
148
< Icon link = "https://twitter.jojomodding.com" name = "Twitter" color = "rgb(29, 155, 240)" target = "_blank" />
149
+ < Icon link = "https://bsky.app/profile/jojomodding.bsky.social" name = "Bluesky" color = "rgb(17, 133, 254)" target = "_blank" />
148
150
< Icon link = "https://youtube.jojomodding.com" name = "YouTube" color = "rgb(255, 0, 0)" target = "_blank" />
149
- < Icon lang = { lang } color = "rgb(218, 142, 53)" name = "NexusMods" />
150
151
</ div >
151
152
</ >
152
153
) ;
Original file line number Diff line number Diff line change 1
1
.icons {
2
2
position : absolute;
3
3
top : 80% ;
4
- width : 100% ;
4
+ width : 95% ;
5
+ margin : 0 2.5% ;
5
6
height : 12% ;
6
7
z-index : 1 ;
7
8
display : flex;
33
34
.icon p {
34
35
margin-right : 5% ;
35
36
color : white;
36
- font-size : 6.5 vh ;
37
+ font-size : 4.0 vh ;
37
38
font-family : "Helsinki" , "Gen Jyuu" , arial;
38
39
}
39
40
218
219
position : absolute;
219
220
top : auto;
220
221
bottom : 10px ;
221
- width : 100% ;
222
222
height : 180px ;
223
223
display : flex;
224
224
justify-content : center;
230
230
aspect-ratio : 1 / 1 ;
231
231
width : 18dvw ;
232
232
height : auto;
233
+ border-radius : 25px ;
233
234
display : inline-flex;
234
235
align-items : center;
235
236
}
You can’t perform that action at this time.
0 commit comments