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 /> : ''}
<Row className="row-spaced">
<Col
xs={8}
xsOffset={2}
xs={12}
sm={10}
smOffset={1}
md={8}
mdOffset={2}
className="project-list-empty-col"