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.
 
 
 

25 lines
352 B

.mentor-info {
display : flex;
img {
flex : 1;
display : block;
max-height: 30rem;
max-width: 30rem;
height: auto;
width: auto;
}
.mentor-info-text {
flex : 3;
display : flex;
flex-direction: column;
padding-left: 5rem;
padding-right: 3rem; }
}
.row {
display : flex;
flex-direction: row;
}