Skip to content

Commit

Permalink
style change
Browse files Browse the repository at this point in the history
  • Loading branch information
MachadoOtto committed Mar 6, 2024
1 parent 22aa6d5 commit 4bc488d
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ body {
color: #fff;
display: flex;
flex-direction: column;
height: 100vh;
height: 100%;
text-align: center;
}

Expand All @@ -20,7 +20,7 @@ body {

#request-input, #poc-output {
width: 80vh;
height: 65vh;
height: 70vh;
font-family: inherit;
background-color: #222;
color: #fff;
Expand All @@ -44,7 +44,7 @@ body {
margin: 0 20px;
cursor: pointer;
display: inline-block;
padding: 10px;
padding: 8px;
border: 2px dashed transparent;
}

Expand All @@ -65,17 +65,15 @@ body {

#reproduce-section {
flex: 1;
margin-top: 20px;
display: flex;
flex-direction: column;
align-items: center;
}

#execute-button{
margin: 0 20px;
cursor: pointer;
display: inline-block;
padding: 10px;
padding: 8px;
border: 2px dashed transparent;
}

Expand All @@ -89,15 +87,6 @@ body {
pointer-events: none;
}

#poc-result {
width: 160vh;
height: 30vh;
font-family: inherit;
background-color: #222;
color: #fff;
margin-top: 10px;
}

#hidden-from {
display: none;
}
Expand Down

0 comments on commit 4bc488d

Please sign in to comment.