Merge branch 'v2' into v2-1408-cp-downloads
This commit is contained in:
commit
c2f4b59756
2 changed files with 9 additions and 4 deletions
3
public/css/app.css
vendored
3
public/css/app.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1,12 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="{{ App::getLocale() }}" class="bg-white">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<body class="bg-white p-4">
|
||||
{!! $body !!}
|
||||
</body>
|
||||
<footer>
|
||||
|
||||
<footer class="p-4">
|
||||
{!! $footer !!}
|
||||
</footer>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Reference in a new issue