Skip to content

Commit c4ba9a5

Browse files
authored
Update style.css
1 parent 50ea8dc commit c4ba9a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

css/style.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ body{
22
display: flex;
33
flex-direction: column;
44
justify-content: space-between;
5+
height: 100vh;
56
}
67
#responsePre{
78
max-height: 500px;
@@ -28,8 +29,6 @@ h2{
2829
width: 100%;
2930
}
3031
footer{
31-
position: relative;
32-
bottom: 0;
3332
background-color: #007bff;
3433
display: flex;
3534
flex-direction: column;

0 commit comments

Comments
 (0)