Image was too wide on invite acceptance form
This commit is contained in:
parent
8d11df6971
commit
e6d4a09b55
|
@ -121,7 +121,6 @@ $input-width: 220px;
|
|||
|
||||
.col-image {
|
||||
position: relative;
|
||||
width: 150px;
|
||||
margin-right: 20px;
|
||||
@media screen and (max-width: 600px) {
|
||||
display: none;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue