Skip to content

Commit ca9d47f

Browse files
committed
fixed minor ui
1 parent 7915c97 commit ca9d47f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Currency-Converter/style.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ body {
2525
display: flex;
2626
flex-direction: column;
2727
align-items: center;
28-
width: 30rem;
2928
height: 80vh;
3029
text-align: center;
3130
padding: 1.5rem;
@@ -36,13 +35,15 @@ body {
3635
}
3736
.row {
3837
display: flex;
39-
width: 100%;
4038
justify-content: space-between;
4139
background: linear-gradient(315deg, #89dbb9 0%, #cbcedb 74%);
4240
height: 5rem;
4341
padding: 1rem;
4442
border-radius: 0.5rem;
4543
}
44+
input {
45+
margin-right: 2rem;
46+
}
4647
input,
4748
select {
4849
font-size: 1.7rem;
@@ -66,7 +67,6 @@ select {
6667
}
6768
#rate-detail {
6869
font-size: 1.8rem;
69-
font-weight: lighter;
7070
}
7171
.footer {
7272
font-size: 1.2rem;

0 commit comments

Comments
 (0)