Skip to content

Commit 868dd24

Browse files
committed
πŸ’„ show more projects (~10)
1 parent 0f343e1 commit 868dd24

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

β€Žcss/main.cssβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,7 @@ span.reason {
107107
#map .location-meetup img {
108108
height: 26px;
109109
}
110+
111+
#project-frame {
112+
height: 410px;
113+
}

β€Žindex.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
<div class="panel panel-default">
174174
<div id="projectSection" class="panel-heading">Top Contributed Projects</div>
175175
<div class="panel-body">
176-
<iframe src="projects.html" width="100%" frameBorder="0"></iframe>
176+
<iframe id="project-frame" src="projects.html" width="100%" frameBorder="0"></iframe>
177177
</div>
178178
</div>
179179

0 commit comments

Comments
Β (0)