|
2 | 2 | 'layout' => 'user',
|
3 | 3 | ])
|
4 | 4 |
|
5 |
| -<!DOCTYPE html> |
6 |
| -<html lang="{{ app()->getLocale() }}" dir="ltr"> |
| 5 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 6 | +<html lang="{{ app()->getLocale() }}" dir="ltr" xmlns="http://www.w3.org/1999/xhtml"> |
7 | 7 | <head>
|
| 8 | + <title>{{ config('app.name') }}</title> |
8 | 9 | <meta charset="utf-8">
|
| 10 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 11 | + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
| 12 | + <meta name="color-scheme" content="light"> |
| 13 | + <meta name="supported-color-schemes" content="light"> |
9 | 14 | <meta name="format-detection" content="telephone=no, date=no, address=no, email=no, url=no">
|
10 | 15 | <meta name="x-apple-disable-message-reformatting">
|
11 | 16 | <link rel="preconnect" href="https://fonts.googleapis.com">
|
|
23 | 28 | table { border-collapse: collapse; }
|
24 | 29 | table, td { mso-table-lspace: 0pt; mso-table-rspace: 0pt; }
|
25 | 30 | body, table, td, a { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
|
| 31 | + p {padding-left: 50px; padding-right: 50px;} |
| 32 | + ul {padding-left: 65px; padding-right: 65px;} |
26 | 33 | h1, h2, h3, h4, h5, p { margin:0;}
|
27 | 34 | @media all and (max-width:639px) {
|
28 | 35 | .wrapper{ width:100%!important; }
|
29 | 36 | .container{ width:100%!important; min-width:100%!important; padding: 0 !important; }
|
30 | 37 | .row{padding-left: 20px!important; padding-right: 20px!important;}
|
| 38 | + p { padding-left: 20px!important; padding-right: 20px!important; } |
| 39 | + ul { padding-left: 35px!important; padding-right: 35px!important; } |
31 | 40 | }
|
32 | 41 | </style>
|
33 | 42 | </head>
|
|
0 commit comments