Skip to content

Commit 7a027b8

Browse files
committed
minor styling fix
1 parent 3604a68 commit 7a027b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

temperature-converter/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body {
1717
main {
1818
max-width: 70%;
1919
width: 650px;
20-
min-width: 400px;
20+
min-width: 450px;
2121
display: flex;
2222
flex-direction: column;
2323
gap: 2rem;
@@ -54,7 +54,7 @@ input {
5454
font-size: 1.2rem;
5555
outline: none;
5656
border: 1px solid rgb(164, 199, 78);
57-
57+
5858
background-color: #d0f2dc;
5959
width: 50%;
6060

0 commit comments

Comments
 (0)