small style fixes

This commit is contained in:
NilsUeter
2023-10-28 10:45:39 +02:00
parent c978977eda
commit f929e513f3
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -177,7 +177,7 @@ const Unit = ({ unit, index, catalog, onePerPage, forceRules }) => {
<span className="print-display-none">Don't print this card.</span> <span className="print-display-none">Don't print this card.</span>
</label> </label>
<div <div
className="min-h-[16rem]" className="min-h-[15rem]"
style={{ style={{
padding: "24px 0", padding: "24px 0",
paddingBottom: 24, paddingBottom: 24,
@@ -421,7 +421,7 @@ const Unit = ({ unit, index, catalog, onePerPage, forceRules }) => {
<Keywords keywords={keywords} /> <Keywords keywords={keywords} />
</div> </div>
<div className=" relative max-w-[400px] flex-1 p-1 pb-[50px] pt-5 print:p-[20px] sm:p-2 sm:pb-[50px] sm:print:p-[20px] sm:print:pb-[50px] md:p-[20px] md:pb-[50px] md:print:p-[20px] md:print:pb-[50px]"> <div className=" relative max-w-[400px] flex-1 p-1 pb-[50px] pt-5 print:p-[20px] sm:p-2 sm:pb-[50px] sm:pt-5 sm:print:p-[20px] sm:print:pb-[50px] md:p-[20px] md:pb-[50px] md:pt-5 md:print:p-[20px] md:print:pb-[50px]">
<div <div
style={{ style={{
fontSize: "1.1em", fontSize: "1.1em",
+1
View File
@@ -133,6 +133,7 @@ function App() {
posthog?.capture?.("user_uploaded_roster", { posthog?.capture?.("user_uploaded_roster", {
roster_faction: roster.forces[0].catalog, roster_faction: roster.forces[0].catalog,
roster_type: gameType, roster_type: gameType,
name: rosterName,
}); });
setRosters(stringifyJSON([roster, ...rostersJSON])); setRosters(stringifyJSON([roster, ...rostersJSON]));
} }