mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
17 lines
352 B
SCSS
17 lines
352 B
SCSS
.content--partner {
|
|
.partner__logo {
|
|
margin-bottom: $spacer * 4;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.partner__actions {
|
|
margin-top: $spacer * 2;
|
|
padding-top: $spacer * 2;
|
|
border-top: 1px solid lighten($gray-dark, 5%);
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|