make paddings relative

This commit is contained in:
ghost 2023-07-23 14:50:33 +03:00
parent 3d301faa10
commit b08cd801d9

View File

@ -49,7 +49,7 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
form { form {
display: block; display: block;
max-width: 640px; max-width: 640px;
margin: 280px auto; margin: 20% auto;
text-align: center; text-align: center;
} }