#12576 Responsive CSS fixes for packages on very small screens

This commit is contained in:
Migaroez
2022-07-21 10:54:28 +02:00
committed by Nathan Woulfe
parent e17a190925
commit 63ad03f78e

View File

@@ -311,6 +311,7 @@
width: 100%;
margin-bottom: 30px;
margin-right: 0;
min-width: 300px;
}
.umb-package-details__sidebar {
@@ -319,6 +320,12 @@
}
}
@media (max-width: 480px) {
.umb-package-details__main-content {
min-width: 0px;
}
}
.umb-package-details__section {
background: @gray-10;
padding: 20px;
@@ -396,6 +403,7 @@
padding: 20px 20px;
border-radius: 5px;
margin: 20px 0 10px 0;
word-wrap: break-word;
}
/* Install instructions */