mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
34 lines
461 B
Text
34 lines
461 B
Text
|
@media (max-width: 992px) {
|
||
|
.body {
|
||
|
.main-header {
|
||
|
.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;
|
||
|
}
|
||
|
}
|
||
|
}
|