We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7915c97 commit ca9d47fCopy full SHA for ca9d47f
Currency-Converter/style.css
@@ -25,7 +25,6 @@ body {
25
display: flex;
26
flex-direction: column;
27
align-items: center;
28
- width: 30rem;
29
height: 80vh;
30
text-align: center;
31
padding: 1.5rem;
@@ -36,13 +35,15 @@ body {
36
35
}
37
.row {
38
39
- width: 100%;
40
justify-content: space-between;
41
background: linear-gradient(315deg, #89dbb9 0%, #cbcedb 74%);
42
height: 5rem;
43
padding: 1rem;
44
border-radius: 0.5rem;
45
+input {
+ margin-right: 2rem;
46
+}
47
input,
48
select {
49
font-size: 1.7rem;
@@ -66,7 +67,6 @@ select {
66
67
68
#rate-detail {
69
font-size: 1.8rem;
- font-weight: lighter;
70
71
.footer {
72
font-size: 1.2rem;
0 commit comments