[tor-commits] [tpo/staging] Fix bad col-width at xs
emmapeel at torproject.org
emmapeel at torproject.org
Sat Apr 6 18:25:10 UTC 2019
commit d64e32c3ca25c63a8f0badf436540b3c16c1e3c2
Author: Antonela <hola at antonela.me>
Date: Tue Mar 26 16:54:33 2019 -0300
Fix bad col-width at xs
---
templates/history.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/history.html b/templates/history.html
index b90386d..dbd2f3d 100644
--- a/templates/history.html
+++ b/templates/history.html
@@ -1,5 +1,5 @@
<div class="container py-3 mt-5 content">
- <div class="w-75">
+ <div class="col-sm-9">
{% block body %}
{{ this.body }}
{% endblock %}
More information about the tor-commits
mailing list