File tree Expand file tree Collapse file tree 3 files changed +16
-31
lines changed Expand file tree Collapse file tree 3 files changed +16
-31
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ function App() {
251
251
title : < > choredash | </ > ,
252
252
link : < a href = "https://hmukesh.itch.io/chore-dash" target = "_blank" className = { `underline ${ darkmodeSwitcher } ` } > homepage</ a > ,
253
253
content :< >
254
- < span className = "font-bold text-amber-600" > < img src = { trophysvg } className = "inline-block align-middle w -4 pb-0.5 " /> Capsher x Aggie Coding Club Coding Challenge 2023 1st place winner</ span >
254
+ < span className = "font-bold text-amber-600" > < img src = { trophysvg } className = "inline align-middle h -4 relative svg-bottom-align " /> Capsher x Aggie Coding Club Coding Challenge 2023 1st place winner</ span >
255
255
< br />
256
256
A short, replayable 2D game where you control a character who must rush to complete chores before their mom comes home.
257
257
Built with { paytonLink } and { adnanLink } . Available for download on { choredashLink } .
@@ -264,7 +264,7 @@ function App() {
264
264
title : < > jerma985 discord bot | </ > ,
265
265
link : < a href = "https://youtube.com/watch?v=gCIfvgX4Vg4" target = "_blank" className = { `underline ${ darkmodeSwitcher } ` } > demo</ a > ,
266
266
content :< >
267
- < span className = "font-bold text-amber-600" > Aggie Coding Club Discord Bot Challenge 2022 1st place winner</ span >
267
+ < span className = "font-bold text-amber-600" > < img src = { trophysvg } className = "inline-block align-middle h-4 relative svg-bottom-align" /> Aggie Coding Club Discord Bot Challenge 2022 1st place winner</ span >
268
268
< br />
269
269
A Discord bot based on the popular Twitch streamer Jerma985. Built with { paytonLink } .
270
270
< div className = "h-2" />
Original file line number Diff line number Diff line change @@ -108,4 +108,8 @@ input::-webkit-inner-spin-button {
108
108
/* Firefox */
109
109
input [type = number ] {
110
110
-moz-appearance : textfield;
111
+ }
112
+
113
+ .svg-bottom-align {
114
+ bottom : 0.1rem ;
111
115
}
You can’t perform that action at this time.
0 commit comments