feat(saju-ui-v2): today.desktop.jsx — max-width 720 wrapper
This commit is contained in:
10
src/pages/saju/views/today.desktop.jsx
Normal file
10
src/pages/saju/views/today.desktop.jsx
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
import React from 'react';
|
||||||
|
import TodayMobile from './today.mobile.jsx';
|
||||||
|
|
||||||
|
export default function TodayDesktop({ reading }) {
|
||||||
|
return (
|
||||||
|
<div style={{ maxWidth: 720, margin: '0 auto' }}>
|
||||||
|
<TodayMobile reading={reading} />
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user