increased break point to 500px

This commit is contained in:
Niels Lyngsø
2019-03-07 09:47:03 +01:00
parent 6a67f38025
commit cb083d5b2a

View File

@@ -281,7 +281,7 @@ a.umb-package-details__back-link {
flex: 1 1 auto;
margin-right: 20px;
width: calc(~'100%' - ~'@{sidebarwidth}' - ~'20px'); // Make sure that the main content area doesn't gets affected by inline styling
min-width: 300px;
min-width: 500px;
}
.umb-package-details__sidebar {