heroes-of-chess-components 0.6.34 → 0.6.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -208,7 +208,7 @@ const HRaceTable: React.FC<HRaceTableProps> = ({ data, points }) => {
208
208
  ))}
209
209
  </HBox>
210
210
  {/* PODIO */}
211
- <div style={{ alignSelf: "flex-start", marginTop: "50px", width: "40%" }}>
211
+ <div style={{ alignSelf: isMobile ? "center" : "flex-start", marginTop: "50px", width: "40%" }}>
212
212
  <HBox
213
213
  width="100%"
214
214
  direction="column"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "heroes-of-chess-components",
3
- "version": "0.6.34",
3
+ "version": "0.6.35",
4
4
  "description": "Reusable React Components for Heroes of Chess Apps",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",