open-vault/website/pages/downloads/style.module.css
Brandon Romano 7daf061216
HCP Website Updates (#11292)
* Updates the HCP Vault section copy

* Updates alert banner

* Updates Meganav

* Adds a HCP slot to the downloads page
2021-04-07 11:26:55 -04:00

42 lines
631 B
CSS

.root {
composes: .g-container from global;
margin-top: 72px;
margin-bottom: 72px;
}
.logo {
width: 105px;
}
.releaseNote {
composes: .g-type-body from global;
text-align: center;
}
.merchandisingSlot {
width: 100%;
border: 1px solid var(--gray-6);
padding: 16px;
display: flex;
justify-content: center;
& .centerWrapper {
display: flex;
align-items: center;
& p {
margin: 0;
max-width: 400px;
margin-right: 26px;
}
@media (max-width: 800px) {
flex-direction: column;
& p {
text-align: center;
margin-bottom: 12px;
}
}
}
}