Skip to content

Instantly share code, notes, and snippets.

@ddio
Last active December 12, 2019 07:12
Show Gist options
  • Save ddio/5097e22f32c306fb8f84bf7bade0819e to your computer and use it in GitHub Desktop.
Save ddio/5097e22f32c306fb8f84bf7bade0819e to your computer and use it in GitHub Desktop.
@media screen and (min-width: 60rem) {
.election-board .eb-verify {
flex-direction: row;
}
.election-board .eb-verify .form {
width: 50vw;
padding: 0 4rem;
margin-top: 0;
}
.election-board .eb-verify .image {
width: 50vw;
height: 100vh;
position: relative;
top: -55px;
}
.election-board .eb-verify .image img {
object-position: center;
padding: 2rem;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment