File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929
3030 {% assign num_words = 60 %}
3131 < div class ="col-sm-6 col-md-4 ">
32- < div class ="thumbnail ">
32+ < div class ="thumbnail project-thumbnail-container ">
3333 {% if post.youtube_video_id %}
3434 {% assign num_words = 35 %}
3535 < a href ="{{ post.url }} ">
36- < img src ="http://img.youtube.com/vi/{{post.youtube_video_id}}/mqdefault.jpg " alt ="project thumbnail image " />
36+ < img src ="http://img.youtube.com/vi/{{post.youtube_video_id}}/mqdefault.jpg " alt ="{{ post.title }} " />
3737 </ a >
3838 {% endif %}
3939 < div class ="caption ">
Original file line number Diff line number Diff line change 33
44.language-icon {
55 height : 25px ;
6+ }
7+
8+ .project-thumbnail-container {
9+ img {
10+ margin-top : 15px ;
11+ }
12+
13+ .caption {
14+ padding-bottom : 0 ;
15+ }
16+
17+ .btn-primary {
18+ width : 100% ;
19+ }
620}
You can’t perform that action at this time.
0 commit comments