mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-03-21 12:37:49 +00:00
Added very basic student and mentors views for now
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
max-width: 112.0rem;
|
||||
|
||||
.logo {
|
||||
height: 3rem;
|
||||
height: 8rem;
|
||||
vertical-align: middle;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
flex : 1;
|
||||
width : 85vw;
|
||||
max-width : 1200px;
|
||||
margin : 0 auto;
|
||||
margin : 5rem auto 0;
|
||||
}
|
||||
|
||||
.page * {
|
||||
|
||||
25
_sass/student.scss
Normal file
25
_sass/student.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user