mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-09-14 19:22:50 +00:00
26 lines
352 B
SCSS
26 lines
352 B
SCSS
.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;
|
|
}
|