Skip to content

Commit 9a22540

Browse files
committed
Make the floorplans scale down also for small devices.
- Legacy-Id: 11568
1 parent 167fba3 commit 9a22540

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/meeting/floor-plan.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
{% origin %}
3030

3131
<div class="row">
32-
<div class="col-md-12" >
32+
<div class="col-md-12 col-sm-12 col-xs-12" >
3333

3434
{% include "meeting/meeting_heading.html" with meeting=schedule.meeting selected="floor-plan" title_extra="Floor Plan" %}
3535

@@ -43,7 +43,7 @@
4343
<div class="anchor-target" id="{{floor.name|slugify}}"></div>
4444
<h3>{{ floor.name }}</h3>
4545
<div class="floor-plan">
46-
<img class="col-md-12" src="{{ floor.image.url }}" >
46+
<img class="col-md-12 col-sm-12 col-xs-12" src="{{ floor.image.url }}" >
4747
<!-- We need as many of these as we can have individual rooms combining into one -->
4848
<div id="{{floor.name|slugify}}-arrowdiv" style="position: absolute; left: 0; top: 67.5px; visibility: hidden;"><img id="arrow" src="{% static 'ietf/images/arrow-ani.gif' %}"></div>
4949
<div id="{{floor.name|slugify}}-arrowdiv1" style="position: absolute; left: 0; top: 67.5px; visibility: hidden;"><img id="arrow" src="{% static 'ietf/images/arrow-ani.gif' %}"></div>

0 commit comments

Comments
 (0)