mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Reduce margin on welcome page react version
GitOrigin-RevId: 40aba2b6cb6b45a6d3d1b23b1d87f4ea8acc805d
This commit is contained in:
parent
ccbc0adc06
commit
3ffb7dd7dc
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue