Skip to content

Commit

Permalink
update floor map's style
Browse files Browse the repository at this point in the history
  • Loading branch information
okohs committed Feb 20, 2017
1 parent d3019ff commit bf92698
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/css/conference.css
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,10 @@ figcaption {
content: "[Room E] ";
}

.floor-map {
width: 100%;
}

.speakers {
width: 100%;
}
Expand Down
2 changes: 1 addition & 1 deletion conference2016/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ <h2 class="heading">TIME TABLE</h2>
</tr>
</tbody>
</table>
<img src="../images/conference2016/map.png"/>
<img class="floor-map" src="../images/conference2016/map.png"/>
</section>
<section class="about" id="speaker">
<h2 class="heading">SPEAKER</h2>
Expand Down

0 comments on commit bf92698

Please sign in to comment.