Skip to content

Commit

Permalink
Adjust text of date+time in header
Browse files Browse the repository at this point in the history
  • Loading branch information
iaincollins committed Jan 22, 2023
1 parent f88cddd commit aac49f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default function Header ({ connected, active }) {
<div style={{ position: 'absolute', top: '1rem', right: '.5rem' }}>
<p
className='text-primary text-center text-uppercase'
style={{ display: 'inline-block', padding: 0, margin: 0, lineHeight: '1rem', minWidth: '7rem' }}
style={{ display: 'inline-block', padding: 0, margin: 0, lineHeight: '1rem', minWidth: '7.5rem' }}
>
<span style={{position: 'relative', top: '.3rem', fontSize: '2.4rem', paddingTop: '.25rem'}}>
{dateTime.time}
Expand Down

0 comments on commit aac49f6

Please sign in to comment.