[tor-commits] [community/staging] Update home.html
hiro at torproject.org
hiro at torproject.org
Sun Mar 21 19:17:29 UTC 2021
commit fa7a03f3be8bf8dfde942383ff02c2ada3eb9686
Author: Antonela <hola at antonela.me>
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>
More information about the tor-commits
mailing list