Skip to content

Commit c08d94d

Browse files
committed
v0.7 bugfix #andy
1 parent 02d8aa7 commit c08d94d

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.idea/workspace.xml

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/src/components/CooperationPartners.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ export default function CooperationPartners() {
1717
style={{
1818
border: '0px solid #ccc',
1919
borderRadius: '18px',
20-
padding: '15px',
21-
width: '350px',
20+
padding: '10px',
21+
flexBasis: 'calc(33.333% - 40px)',
2222
textAlign: 'center',
23-
margin: '15px',
23+
margin: '10px',
2424
}}
2525
>
2626
<div

0 commit comments

Comments
 (0)