mirror of
https://github.com/YGGverse/mb.git
synced 2026-03-31 17:15:28 +00:00
reduce paddings
This commit is contained in:
parent
02e8e1cfa7
commit
2e4be0c715
1 changed files with 2 additions and 2 deletions
|
|
@ -113,7 +113,7 @@ form > input:hover {
|
|||
}
|
||||
|
||||
header > form > input[type="text"] {
|
||||
padding: 8px;
|
||||
padding: 6px 8px;
|
||||
}
|
||||
|
||||
header > form > input[type="text"]:focus, form textarea:focus {
|
||||
|
|
@ -123,7 +123,7 @@ header > form > input[type="text"]:focus, form textarea:focus {
|
|||
header > form > input[type="submit"] {
|
||||
cursor: pointer;
|
||||
margin-left: 8px;
|
||||
padding: 8px 16px;
|
||||
padding: 6px 16px;
|
||||
}
|
||||
|
||||
header > div {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue