Archived
1
0
Fork 0

cleanup view

This commit is contained in:
Henrik Hautakoski 2021-03-21 08:27:24 +01:00
parent 865a90c8d0
commit f26da7567a
3 changed files with 11 additions and 10 deletions

View file

@ -12,8 +12,8 @@
<title></title>
</head>
<body>
<div class="container mt-5 p-5 text-center">
<body class="bg-light">
<div class="container mt-5 text-center">
@yield('content')
</div>
</body>