Compare commits
No commits in common. "f529a2b2efaa41e5f6d3b1489d1bd8d09e388eec" and "2d5d16c1ce1527099da79d0be3348bfb9c96a735" have entirely different histories.
f529a2b2ef
...
2d5d16c1ce
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
div.box
|
||||
.box
|
||||
{
|
||||
margin: 0.5em auto;
|
||||
width: 50em;
|
||||
|
|
|
@ -3,7 +3,7 @@ input, textarea, select
|
|||
transition: outline 0.2s ease;
|
||||
display: block;
|
||||
|
||||
width: 20em;
|
||||
width: 15em;
|
||||
padding: 0.5em;
|
||||
border-radius: 0.25em;
|
||||
box-sizing: border-box;
|
||||
|
|
Loading…
Reference in a new issue