Skip to content

Commit b9e93d8

Browse files
authored
Merge pull request #918 from parassingh016/patch-2
Update styles.css
2 parents a9bfb39 + 91ffe22 commit b9e93d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

7-bank-project/solution/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ html, body, #app {
3737

3838
body {
3939
font-family: Arial, Helvetica, sans-serif;
40-
font-size: 14px;
40+
font-size: 16px;
4141
}
4242

4343
h2 {
@@ -57,7 +57,7 @@ form {
5757
input {
5858
margin-top: var(--space-xs);
5959
margin-bottom: var(--space-sm);
60-
height: 40px;
60+
height: 45px;
6161
padding: var(--space-xs) var(--space-sm);
6262
border: 1px solid var(--border);
6363
border-radius: var(--radius);
@@ -99,7 +99,7 @@ button:hover {
9999

100100
button:focus {
101101
outline: none;
102-
border: 2px solid var(--grey);
102+
border: 3px solid var(--grey);
103103
}
104104

105105
.error {

0 commit comments

Comments
 (0)