Design and text rework on page "manual"

This commit is contained in:
ndaniel1102 2021-03-06 00:18:50 +01:00
parent 9b4bef13d0
commit 28363c3721
3 changed files with 136 additions and 108 deletions

View file

@ -4,14 +4,15 @@ export default function Sleep (props) {
const hours = new Date().getHours()
if (hours < 4 || hours > 23) {
return (
<div>
<div>
<center>
<img
style={{
margin: '10px',
width: '300px'
width: '300px',
border: '2px solid white'
}}
src={constants.siteUrl + 'img/aludni.jpeg'}
src={constants.siteUrl + 'img/aludni.jpeg'} title="Ezt a kepet azert latod, mert ilyenkor mar igazan nem ezen az oldalon kellene jarnod"
/>
</center>
</div>