فهرست منبع

Fix issue with background

JoostSijm 6 سال پیش
والد
کامیت
86a1f23abc
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      app/modules/backend/templates/layout/public.j2
  2. 1 1
      app/static/css/index.css

+ 1 - 1
app/modules/backend/templates/layout/public.j2

@@ -5,7 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <script src="/static/js/main.js"></script>
 </head>
-<body class="vh-100">
+<body class="vh-100 background">
     <nav class="navbar row navbar-expand-lg navbar-dark bg-dark">
         <div class="container">
             <a class="navbar-brand" href="/"><img src="/static/uploads/logo.png" style="height: 27px"></a>

+ 1 - 1
app/static/css/index.css

@@ -3,7 +3,7 @@
 	min-height: 75vh !important;
 }
 
-body
+.background
 {
 	background: url('/static/uploads/background.jpg') no-repeat center center fixed; background-size: cover;
 }