Skip to content

Commit bd18265

Browse files
committed
ajustando padding formContent
1 parent 7951969 commit bd18265

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

css/estilo.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,10 @@ h2 {
4343
-webkit-border-radius: 10px 10px 10px 10px;
4444
border-radius: 10px 10px 10px 10px;
4545
background: #fff;
46-
padding: 30px;
46+
padding: 20px;
4747
width: 90%;
4848
max-width: 800px;
4949
position: relative;
50-
padding: 0px;
5150
-webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
5251
box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
5352
text-align: center;
@@ -121,13 +120,12 @@ input[type=text] {
121120
background-color: #f6f6f6;
122121
border: none;
123122
color: #0d0d0d;
124-
padding: 15px 32px;
125123
text-align: center;
126124
text-decoration: none;
127125
display: inline-block;
128126
font-size: 16px;
129127
margin: 5px;
130-
width: 85%;
128+
width: 100%;
131129
border: 2px solid #f6f6f6;
132130
-webkit-transition: all 0.5s ease-in-out;
133131
-moz-transition: all 0.5s ease-in-out;

0 commit comments

Comments
 (0)