瀏覽代碼

Background

François Drouhard 3 年之前
父節點
當前提交
910a40667b
共有 2 個文件被更改,包括 6 次插入1 次删除
  1. 5 0
      assets/styles/app.scss
  2. 1 1
      templates/base.html.twig

+ 5 - 0
assets/styles/app.scss

@@ -4,3 +4,8 @@ $yellow: #fde16d;
 
 @import "~bootstrap/scss/bootstrap";
 
+body {
+    background-image: url('../images/fond.jpg');
+    padding-top:5rem;
+    padding-bottom:4rem;
+}

+ 1 - 1
templates/base.html.twig

@@ -8,7 +8,7 @@
 		{% block stylesheets %}{% endblock %}
         <link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}" />
     </head>
-    <body style="padding-top:5rem;padding-bottom:4rem;">
+    <body>
 		<div class="container">
 			<header>
 				{% include 'flashbag.html.twig' %}