Image was too wide on invite acceptance form

This commit is contained in:
Kris 2018-07-13 16:10:29 -04:00
parent 8d11df6971
commit e6d4a09b55
2 changed files with 6 additions and 11 deletions

View File

@ -121,7 +121,6 @@ $input-width: 220px;
.col-image {
position: relative;
width: 150px;
margin-right: 20px;
@media screen and (max-width: 600px) {
display: none;

View File

@ -136,12 +136,6 @@
.two-col {
margin-top: 30px;
}
.col-image {
width: 200px;
img {
width: 200px;
}
}
.col-form {
margin-left: 200px;
.inline-invite-img {
@ -191,13 +185,15 @@
.col-form {
padding-left: 20px;
}
.col-image {
width: 175px;
img {
width: 100%;
}
}
h2 {
margin-bottom: 12px;
}
.col-image img {
width: 200px;
height: 200px;
}
}
.password-reset {