responsive review
This commit is contained in:
@@ -192,10 +192,10 @@ export default {
|
||||
flex-shrink: 0;
|
||||
align-self: stretch;
|
||||
border-radius: 24px 24px 0 0;
|
||||
@include mobile {
|
||||
max-height: 10rem;
|
||||
max-width: 10rem;
|
||||
}
|
||||
// @include mobile {
|
||||
// max-height: 10rem;
|
||||
// max-width: 10rem;
|
||||
// }
|
||||
.image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@@ -218,6 +218,10 @@ export default {
|
||||
position: relative; // necesario para controlar hijos absolutos
|
||||
overflow: hidden;
|
||||
|
||||
@include mobile {
|
||||
width: 270px;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: center;
|
||||
display: -webkit-box;
|
||||
|
||||
Reference in New Issue
Block a user