| ... | ... |
@@ -162,10 +162,11 @@ |
| 162 | 162 |
h1 input, h2 input {
|
| 163 | 163 |
border: 0; |
| 164 | 164 |
background: transparent; |
| 165 |
- width: 151px; |
|
| 166 | 165 |
padding: 0; |
| 167 | 166 |
outline: none; |
| 168 | 167 |
margin: 0; |
| 168 |
+ margin-left: 2px; |
|
| 169 |
+ margin-bottom: 2px; |
|
| 169 | 170 |
font-weight: normal; |
| 170 | 171 |
color: #7e8b90; |
| 171 | 172 |
text-shadow: white 1px 1px; |
| ... | ... |
@@ -184,6 +185,7 @@ |
| 184 | 184 |
|
| 185 | 185 |
h1 input {
|
| 186 | 186 |
color: $black; |
| 187 |
+ width: 151px; |
|
| 187 | 188 |
font-size: 12px; |
| 188 | 189 |
font-weight: bold; |
| 189 | 190 |
} |
| ... | ... |
@@ -191,6 +193,7 @@ |
| 191 | 191 |
h2 input {
|
| 192 | 192 |
font-style: italic; |
| 193 | 193 |
font-size: 11px; |
| 194 |
+ width: 140px; |
|
| 194 | 195 |
} |
| 195 | 196 |
|
| 196 | 197 |
.avatar {
|