update paddings

This commit is contained in:
ghost 2023-10-18 18:00:32 +03:00
parent de712181a4
commit ea7d1a41ed

View File

@ -52,7 +52,7 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
h1 { h1 {
color: #fff; color: #fff;
font-weight: normal; font-weight: normal;
font-size: 48px; font-size: 36px;
margin: 16px 0 margin: 16px 0
} }
@ -66,7 +66,7 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
input { input {
width: 100%; width: 100%;
margin: 16px 0; margin: 16px 0;
padding: 16px 0; padding: 12px 0;
border-radius: 32px; border-radius: 32px;
background-color: #000; background-color: #000;
color: #fff; color: #fff;
@ -89,7 +89,7 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
button { button {
margin: 22px 0; margin: 22px 0;
padding: 12px 16px; padding: 10px 16px;
border-radius: 4px; border-radius: 4px;
cursor: pointer; cursor: pointer;
background-color: #3394fb; background-color: #3394fb;