diff --git a/assets/index.css b/assets/index.css index e897d3ce..c3533fa0 100644 --- a/assets/index.css +++ b/assets/index.css @@ -74,4 +74,8 @@ layout: empty position: initial; @apply list-none } + + .max-w-p90 { + max-width: 90% + } } diff --git a/deploy/index.md b/deploy/index.md index 3d66270c..d01581fd 100644 --- a/deploy/index.md +++ b/deploy/index.md @@ -12,4 +12,4 @@ There are multiple methods to deploy InvenTree. The most popular (and by the dev ### Other Options -The core InvenTree server is built using the widely used python-based framework [Django](https://django.org/). Therefore there are deployment methods for nearly all plattforms and architectures. If you want to read more about InvenTree's structure and a typical installation read the [architecture overview](../contribute/code/architecture). \ No newline at end of file +The core InvenTree server is built using the widely used python-based framework [Django](https://djangoproject.com/). Therefore there are deployment methods for nearly all plattforms and architectures. If you want to read more about InvenTree's structure and a typical installation read the [architecture overview](../contribute/code/architecture). \ No newline at end of file