Skip to content

Commit c23eefd

Browse files
committed
update
1 parent 20ec34e commit c23eefd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
187187
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/1.0.3/css/bulma.min.css">
188188
</head>
189189

190-
<body class="container">
190+
<body class="container p-5">
191191
<h1 class="title">Login</h1>
192192
<?php $form->render(); ?>
193193
</body>

example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/1.0.3/css/bulma.min.css">
4949
</head>
5050

51-
<body class="container">
51+
<body class="container p-5">
5252
<h1 class="title">Login</h1>
5353
<?php $form->render(); ?>
5454
</body>

0 commit comments

Comments
 (0)