2014-10-06 23:44:25 +02:00
|
|
|
@media (max-width: 992px) {
|
2014-11-12 12:14:37 +01:00
|
|
|
.body {
|
|
|
|
.main-header {
|
|
|
|
.npm-logo {
|
|
|
|
width: 100px;
|
|
|
|
float: left;
|
|
|
|
}
|
2014-11-05 15:02:21 +01:00
|
|
|
|
2014-11-12 12:14:37 +01:00
|
|
|
.packages-header {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-10-06 23:44:25 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
2014-11-12 12:14:37 +01:00
|
|
|
.body {
|
|
|
|
.content {
|
|
|
|
padding-top: @mainHeaderHeight + @packagesHeaderHeight + @smRegistryInfoHeight + 10;
|
2014-10-06 23:44:25 +02:00
|
|
|
|
2014-11-12 12:14:37 +01:00
|
|
|
.entry {
|
|
|
|
.title {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2014-10-06 23:44:25 +02:00
|
|
|
|
2014-11-12 12:14:37 +01:00
|
|
|
.author {
|
|
|
|
float: none !important;
|
|
|
|
clear: both;
|
|
|
|
padding: 0 0 5px 18px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-10-06 23:44:25 +02:00
|
|
|
|
2014-11-12 12:14:37 +01:00
|
|
|
.no-results {
|
|
|
|
margin: 10px 0 0;
|
|
|
|
}
|
|
|
|
}
|
2014-10-06 23:44:25 +02:00
|
|
|
}
|