From 59d9adc6e22269f8ce3ab4fc3cd6eb2af878b716 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sat, 23 Apr 2022 13:05:16 +0200 Subject: [PATCH] fix django link --- assets/index.css | 4 ++++ deploy/index.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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