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:
committed by
GitHub
parent
b4cf6c53e3
commit
326e3ac1a8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user