Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Web
community
Commits
fa7a03f3
Commit
fa7a03f3
authored
Apr 13, 2020
by
Antonela
Browse files
Update home.html
Fix card's width on small screens
parent
9ef5e8d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/home.html
View file @
fa7a03f3
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment