Skip to content

Commit d84b06f

Browse files
committed
Be more specific with bootstrap's layout classes for small devices in the base template, to avoid the bottom links and footer overlaying the bottom of the content area. Fixes a problem with entering login information on small devices.
- Legacy-Id: 15002
1 parent 215f99f commit d84b06f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/templates/base.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
</p>
108108
<![endif]-->
109109
{% else %}
110-
<div id="content">
110+
<div class="col-md-12 col-sm-12" id="content">
111111
{% endif %}
112112
{% block content %}{{ content|safe }}{% endblock %}
113113
{% block content_end %}{% endblock %}
@@ -120,7 +120,7 @@
120120

121121
{% block footer %}
122122
<hr>
123-
<div class="col-md-12">
123+
<div class="col-md-12 col-sm-12">
124124
<div class="text-center padded">
125125
<a href="https://www.internetsociety.org/" class="padded">ISOC</a>
126126
<a href="https://trustee.ietf.org/" class="padded">IETF&nbsp;Trust</a>
@@ -136,7 +136,7 @@
136136
</div>
137137

138138

139-
<footer class="row">
139+
<footer class="row col-md-12 col-sm-12">
140140
<div class="col-md-12">
141141
<div class="text-center">
142142
<p class="small text-muted">

0 commit comments

Comments
 (0)