launch: fixes tile padding

fixes https://github.com/urbit/landscape/issues/129
This commit is contained in:
Tyler Brown Cifu Shuster 2020-11-02 08:47:55 -08:00
parent e279b08049
commit edc6896c40

View File

@ -35,7 +35,7 @@ export default class LaunchApp extends React.Component {
<Box height='100%' overflowY='scroll'>
<Welcome firstTime={props.launch.firstTime} api={props.api} />
<Box
ml='2'
mx='2'
display='grid'
gridTemplateColumns='repeat(auto-fill, minmax(128px, 1fr))'
gridGap={3}