mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -07:00
Fixed spacing in CSS
This commit is contained in:
parent
a55a40d700
commit
2b8c921cc0
1 changed files with 4 additions and 4 deletions
|
|
@ -23,8 +23,8 @@ button, .button {
|
|||
margin:10px
|
||||
}
|
||||
input[type=text] {
|
||||
width: 100%;
|
||||
padding: 12px 20px;
|
||||
margin: 8px 0;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
padding: 12px 20px;
|
||||
margin: 8px 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue