[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [community/master] Update home.html
commit fa7a03f3be8bf8dfde942383ff02c2ada3eb9686
Author: Antonela <hola@xxxxxxxxxxx>
Date: Mon Apr 13 14:39:17 2020 -0300
Update home.html
Fix card's width on small screens
---
templates/home.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/home.html b/templates/home.html
index 08d04c9..2ceb15e 100644
--- a/templates/home.html
+++ b/templates/home.html
@@ -8,7 +8,7 @@
<div class="container">
<div class="row">
{% for child in site.query('/').filter(F.section_id != 'gsoc')|sort(attribute='key') %}
- <div class="col-sm-6 col-md-4 col-sm-12 col-xl-4 py-4">
+ <div class="col-lg-4 col-md-6 col-sm-12 py-4">
<div class="card h-100 p-2">
<div class="card-body">
<h2 class="card-title ">{{ child.title }}</h2>
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits