From 22eef45e992eef3b363d2f01646482845a64f909 Mon Sep 17 00:00:00 2001
From: Rosanny <rosanny.sihombing@hft-stuttgart.de>
Date: Wed, 13 Jul 2022 15:39:26 +0200
Subject: [PATCH] cosmetic update

(cherry picked from commit d4e0cc14e757d370bbcc2754326a7faf581f39af)
---
 built/views/DE/account/updateInformation.pug | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/built/views/DE/account/updateInformation.pug b/built/views/DE/account/updateInformation.pug
index f1baedb2..44f7a83c 100644
--- a/built/views/DE/account/updateInformation.pug
+++ b/built/views/DE/account/updateInformation.pug
@@ -6,6 +6,7 @@ html(lang="de")
     meta(name="viewport", content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no")
     link(rel="stylesheet", type="text/css", href="/css/bootstrap.min.css")
     link(rel="stylesheet", type="text/css", href="/css/m4lab.css")
+    link(rel="stylesheet", type="text/css", href="/css/m4lab-mobile.css")
     link(rel="stylesheet", href="https://use.fontawesome.com/releases/v5.8.2/css/all.css", integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay", crossorigin="anonymous")
   body
     div(class="container")
@@ -144,6 +145,7 @@ html(lang="de")
     script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous")
     // M4_LAB
     script(src="/js/headfoot.js")
+    script(src="/js/mobile.js")
     script.
         function sendPublishRequest() {
             $.post("/sendPublishRequest", {projectName: $("#name").val()}, function(resp){
-- 
GitLab