Commit 62792cc1 authored by nikogu's avatar nikogu

remove useless margin

parent b34c2fe3
...@@ -171,9 +171,9 @@ export default class Workplace extends PureComponent { ...@@ -171,9 +171,9 @@ export default class Workplace extends PureComponent {
} }
</Card> </Card>
<Card <Card
style={{ marginBottom: 24 }}
bodyStyle={{ padding: 0 }} bodyStyle={{ padding: 0 }}
bordered={false} bordered={false}
className={styles.activeCard}
title="εŠ¨ζ€" title="εŠ¨ζ€"
loading={activitiesLoading} loading={activitiesLoading}
> >
......
...@@ -141,6 +141,9 @@ ...@@ -141,6 +141,9 @@
} }
@media screen and (max-width: @screen-xl) and (min-width: @screen-lg) { @media screen and (max-width: @screen-xl) and (min-width: @screen-lg) {
.activeCard {
margin-bottom: 24px;
}
.members { .members {
margin-bottom: 0; margin-bottom: 0;
} }
...@@ -153,6 +156,9 @@ ...@@ -153,6 +156,9 @@
} }
@media screen and (max-width: @screen-lg) { @media screen and (max-width: @screen-lg) {
.activeCard {
margin-bottom: 24px;
}
.members { .members {
margin-bottom: 0; margin-bottom: 0;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment