Reduce margin on welcome page react version

GitOrigin-RevId: 40aba2b6cb6b45a6d3d1b23b1d87f4ea8acc805d
This commit is contained in:
M Fahru 2023-02-02 10:29:13 -07:00 committed by Copybot
parent ccbc0adc06
commit 3ffb7dd7dc

View file

@ -129,8 +129,9 @@ function ProjectListPageContent() {
{error ? <DashApiError /> : ''} {error ? <DashApiError /> : ''}
<Row className="row-spaced"> <Row className="row-spaced">
<Col <Col
xs={8} xs={12}
xsOffset={2} sm={10}
smOffset={1}
md={8} md={8}
mdOffset={2} mdOffset={2}
className="project-list-empty-col" className="project-list-empty-col"