forked from lapikud/lapikud.github.io
Mentors view, history view
* brought over mentors form data and images * add contact information to mentors * add image conversion scripts * optimised current images
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
overflow : hidden;
|
||||
|
||||
img {
|
||||
height : 150px;
|
||||
width : auto;
|
||||
width : 150px;
|
||||
height : auto;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -54,12 +54,13 @@
|
||||
|
||||
.person {
|
||||
.img-container {
|
||||
height : 250px;
|
||||
width : 250px;
|
||||
height : 200px;
|
||||
width : 200px;
|
||||
|
||||
img {
|
||||
height : 250px;
|
||||
width : auto;
|
||||
height : auto;
|
||||
width : 200px;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user