We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f343e1 commit 868dd24Copy full SHA for 868dd24
βcss/main.cssβ
@@ -107,3 +107,7 @@ span.reason {
107
#map .location-meetup img {
108
height: 26px;
109
}
110
+
111
+#project-frame {
112
+ height: 410px;
113
+}
βindex.htmlβ
@@ -173,7 +173,7 @@
173
<div class="panel panel-default">
174
<div id="projectSection" class="panel-heading">Top Contributed Projects</div>
175
<div class="panel-body">
176
- <iframe src="projects.html" width="100%" frameBorder="0"></iframe>
+ <iframe id="project-frame" src="projects.html" width="100%" frameBorder="0"></iframe>
177
</div>
178
179
0 commit comments