Skip to content

Commit

Permalink
run button moved to the top of footer section on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
dpet committed Jun 20, 2024
1 parent 9a5a226 commit cee171c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/assets/style/components/program_input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,17 @@

@media only screen and (max-width: 800px) {
display: flex;
flex-direction: column;
flex-direction: column-reverse;

.program-details {
margin-right: 0;
}

.run-button{
position: relative !important;
margin-top: 20px;
top: 0 !important;
margin-top: -10px;
margin-bottom: 20px;
}
}
}
Expand Down

0 comments on commit cee171c

Please sign in to comment.