File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,9 @@ h1, h2 {
36
36
color : # 86b0ff ;
37
37
text-align : center;
38
38
}
39
-
39
+ label {
40
+ font-size : 17px ;
41
+ }
40
42
button {
41
43
display : inline-block;
42
44
outline : none;
@@ -59,7 +61,9 @@ button {
59
61
60
62
.btn-section {
61
63
display : flex;
62
- justify-content : space-around;
64
+ justify-content : space-between;
65
+ margin-top : 15px ;
66
+ margin-bottom : 15px ;
63
67
}
64
68
65
69
.btn-section button {
@@ -75,13 +79,13 @@ button {
75
79
}
76
80
77
81
# form {
78
- max-width : 500 px ;
82
+ max-width : 600 px ;
79
83
min-width : 450px ;
80
84
min-height : 200px ;
81
85
display : flex;
82
86
flex-direction : column;
83
87
justify-content : space-around;
84
- height : 400 px ;
88
+ height : 500 px ;
85
89
padding : 35px ;
86
90
border : 1px solid rgba (255 , 255 , 255 , .25 );
87
91
border-radius : 20px ;
You can’t perform that action at this time.
0 commit comments