Added very basic student and mentors views for now

This commit is contained in:
Herman Õunapuu
2018-08-05 14:39:44 +03:00
parent a461a09e3e
commit 149f0ed5d3
9 changed files with 171 additions and 19 deletions

25
_sass/student.scss Normal file
View File

@@ -0,0 +1,25 @@
.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;
}