feat(version): added npm versions (#1183)

* feat(version): added npm versions

* feat(version): added npm versions
This commit was merged in pull request #1183.
This commit is contained in:
SvetlanaMuravlova
2021-09-03 15:12:02 +03:00
committed by GitHub
parent b4cf6c53e3
commit 326e3ac1a8
2 changed files with 31 additions and 3 deletions

View File

@@ -131,6 +131,24 @@ simple-demo >.container {
max-width: 100%;
}
.block_links {
display: flex;
align-items: center;
width: auto;
padding: 0 0 0 15px;
margin-bottom: 10px;
}
.block_links:first-child {
padding-left: 15px;
}
.d-flex {
display: flex;
flex-wrap: wrap;
}
@media (min-width: 992px) {
.bd-pageheader h1, .bd-pageheader p {
margin-right: 380px;