Skip to content

Commit

Permalink
Fix remaining location on smartphone
Browse files Browse the repository at this point in the history
  • Loading branch information
chokoswitch committed Nov 20, 2024
1 parent 9bd9549 commit ac13673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/ceos/@key/+Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function Page() {

return (
<div className="col-span-4 md:col-span-8 lg:col-span-12 p-5">
<div className="-mt-5 mb-5 px-3 ml-auto mr-20 rounded-b-xl font-bold text-center leading-5 w-fit bg-white">
<div className="-mt-5 mb-5 px-3 ml-auto mr-4 md:mr-20 rounded-b-xl font-bold text-center leading-5 w-fit bg-white">
<span className="text-xs">あと</span>
<br />
<span className="font-mono">{remaining}</span>
Expand Down

0 comments on commit ac13673

Please sign in to comment.