Lapikute avalik koduleht
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.
 
 
 

27 lines
323 B

.activities-info {
display : flex;flex-direction: row;
margin: 3rem auto;
.desc {
flex: 1;
h2 {
}
}
.promo-image {
flex: 1;
img {
display : block;
width: 100%;
height: auto;
}
}
}
@media (max-width : 900px) {
.activities-info {
flex-direction: column;
}
}