This commit is contained in:
2021-04-26 21:32:45 +02:00
parent 6943c3d200
commit f934562834

View File

@@ -226,21 +226,15 @@ $header-height: 40px;
}
}
@media print {
.readme {
position: static;
}
@media print, screen and (max-width: 768px) {
.flux-note {
flex-wrap: wrap;
}
.note {
width: 100vw;
height: auto;
position: static;
overflow-y: visible;
}
}
.repo-title-breadcrumb {
display: none;