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.
Portfolio/styles/sass/binas.scss

32 lines
474 B

.binas {
padding-top: 6rem;
img {
border: 0.1rem solid #d1d1d1;
border-radius: 5px;
max-width: 100vw;
@media screen and (min-width: 0px) {
height: 55rem;
}
@media screen and (min-width: 300px) {
height: 70rem;
}
@media screen and (min-width: 600px) {
height: 85rem;
}
@media screen and (min-width: 900px) {
height: 100rem;
}
margin: auto;
display: block;
margin-bottom: 2rem;
}
}