Skip to content

Commit

Permalink
Proper block and responsive inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Copons committed Feb 25, 2020
1 parent 23cbea4 commit 25d3f05
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions extensions/blocks/revue/view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,25 @@
> div {
margin-bottom: 0.75em;
}

.wp-block-button {
margin-top: 0;
}

input {
display: block;
margin-top: 0.25em;
width: 100%;
@media screen and ( min-width: 600px ) {
width: 50%;
}
}

label {
display: block;
font-weight: bold;
}

.required {
color: #aaaaaa;
font-weight: normal;
Expand Down

0 comments on commit 25d3f05

Please sign in to comment.