You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
473 B
32 lines
473 B
.binas {
|
|
padding-top: 6rem;
|
|
|
|
img {
|
|
border: 0.1rem solid #d1d1d1;
|
|
border-radius: 5px;
|
|
|
|
max-width: 100vw;
|
|
|
|
@media screen and (min-width: 0px) {
|
|
height: 30rem;
|
|
}
|
|
|
|
@media screen and (min-width: 300px) {
|
|
height: 45rem;
|
|
}
|
|
|
|
@media screen and (min-width: 600px) {
|
|
height: 60rem;
|
|
}
|
|
|
|
@media screen and (min-width: 900px) {
|
|
height: 75rem;
|
|
}
|
|
|
|
margin: auto;
|
|
display: block;
|
|
|
|
margin-bottom: 2rem;
|
|
}
|
|
}
|