Skip to content

Commit ff2d5e5

Browse files
committed
Deploying to gh-pages from @ 5e541c1 🚀
1 parent a125184 commit ff2d5e5

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

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)