Skip to content

Commit c2a0ecd

Browse files
authored
Merge pull request #2078 from JackStouffer/font-page-flex
Fixed orgs using d on large screens
2 parents 7362779 + 0958c13 commit c2a0ecd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1425,12 +1425,15 @@ body#Home #content > .intro .download .btn.action:hover
14251425

14261426
.org_list
14271427
{
1428+
max-width: 1400px;
1429+
margin: 0 auto;
1430+
padding: 10px 0;
1431+
14281432
display: flex;
14291433
align-items: center;
14301434
flex-direction: row;
14311435
justify-content: space-evenly;
14321436
flex-wrap: wrap;
1433-
padding: 10px 0;
14341437
}
14351438

14361439
.org_list a img

0 commit comments

Comments
 (0)