We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a0c24 commit 8a7a522Copy full SHA for 8a7a522
2 files changed
pycltheme/static/css/cl.css
@@ -137,7 +137,7 @@
137
/* Images from cards with the same height */
138
.card-img-top {
139
width: 100%;
140
- height: 12vw;
+ height: 8vw;
141
object-fit: cover;
142
max-height: 30vh;
143
}
@@ -163,6 +163,14 @@
163
padding: 5px;
164
165
166
+.card-title {
167
+ font-size: 0.9em;
168
+}
169
+
170
+.card-subtitle {
171
172
173
174
.list-inline-item {
175
margin: 15px 30px 0px 30px;
176
pycltheme/templates/card.html
@@ -1,5 +1,5 @@
1
2
- <div class="col-md-6 col-lg-6 mb-5">
+ <div class="col-md-4 col-lg-4 mb-5">
3
<div class="card h-100">
4
<a href="{{ SITEURL }}/{{ article.url }}">
5
<img class="card-img-top img-fluid"
0 commit comments