mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
6a778e8c17
close #155, see reasons there This is a huge commit, so let me know if it will cause any trouble, I might consider reverting it if it's the case.
39 lines
605 B
Plaintext
39 lines
605 B
Plaintext
@media (max-width: 992px) {
|
|
.body {
|
|
.main-header {
|
|
.npm-logo {
|
|
width: 100px;
|
|
float: left;
|
|
}
|
|
|
|
.packages-header {
|
|
border-bottom: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.body {
|
|
.content {
|
|
padding-top: @mainHeaderHeight + @packagesHeaderHeight + @smRegistryInfoHeight + 10;
|
|
|
|
.entry {
|
|
.title {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.author {
|
|
float: none !important;
|
|
clear: both;
|
|
padding: 0 0 5px 18px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.no-results {
|
|
margin: 10px 0 0;
|
|
}
|
|
}
|
|
}
|