mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-03-21 12:37:49 +00:00
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