diff --git a/back/api/settings.py b/back/api/settings.py
index e25af13..0c43fc7 100644
--- a/back/api/settings.py
+++ b/back/api/settings.py
@@ -28,7 +28,9 @@ SECRET_KEY = "django-insecure-ruo!wst&sb8(f9)j5u4rda-w!673lj_-c0a%gx_t@)ff*q*2ze
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
-ALLOWED_HOSTS = []
+ALLOWED_HOSTS = [
+ '192.168.103.159'
+]
CORS_ALLOWED_ORIGINS = [
'http://localhost:3000',
'http://192.168.103.159:3000'
diff --git a/front/assets/main.scss b/front/assets/main.scss
index 12b0456..d052622 100644
--- a/front/assets/main.scss
+++ b/front/assets/main.scss
@@ -45,8 +45,10 @@
@apply col-span-full
}
dd {
- @apply mb-2 col-span-full col-start-2
-
+ @apply col-span-full col-start-2;
+ &:last-of-type {
+ @apply mb-2
+ }
}
}
diff --git a/front/components/edit.vue b/front/components/edit.vue
index 700d218..853a292 100644
--- a/front/components/edit.vue
+++ b/front/components/edit.vue
@@ -188,7 +188,7 @@ onMounted(async () => {