File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ table.table-dark th {
83
83
}
84
84
85
85
.section.splash ul {
86
- background-color : var (--ruffle-blue );
87
86
margin : 0 ;
88
87
padding : 0 ;
89
88
max-width : 100% ;
@@ -99,6 +98,11 @@ table.table-dark th {
99
98
padding : 10px 6vw ;
100
99
}
101
100
101
+ .section.splash ul li a {
102
+ min-width : 85px ;
103
+ display : inline-block ;
104
+ }
105
+
102
106
.section.content {
103
107
font-size : 1rem ;
104
108
padding-left : 8vw ;
@@ -443,6 +447,10 @@ a.store-badge {
443
447
.github-corner .octo-arm {
444
448
animation : octocat- wave 560ms ease-in-out
445
449
}
450
+
451
+ .desktop-menu-option {
452
+ display : none ;
453
+ }
446
454
}
447
455
448
456
@keyframes progressBar {
Original file line number Diff line number Diff line change 38
38
</ p >
39
39
40
40
< ul >
41
- < li > < a href ="#what-is-ruffle "> Read more</ a > </ li >
42
- < li style =" visibility: hidden; " > Demo </ li >
43
- < li style =" position: absolute; " > < a href ="https://ruffle.rs/demo/ "> Demo</ a > </ li >
41
+ < li class =" desktop-menu-option " > < a href ="#what-is-ruffle "> Read more</ a > </ li >
42
+ < li class =" desktop-menu-option " > < a href =" https://github.com/ruffle-rs/ruffle/wiki " target =" _blank " > Wiki </ a > </ li >
43
+ < li > < a href ="https://ruffle.rs/demo/ "> Demo</ a > </ li >
44
44
< li > < a href ="https://discord.gg/ruffle " target ="_blank "> Discord</ a > </ li >
45
45
</ ul >
46
46
< a class ="header-down-arrow " href ="#what-is-ruffle ">
You can’t perform that action at this time.
0 commit comments