File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,9 @@ section.point {
48
48
padding-right : 1rem ;
49
49
padding-bottom : 0 ;
50
50
position : relative;
51
+ align-self : stretch;
52
+ display : flex;
53
+ flex-direction : column;
51
54
}
52
55
section .point div .point-logo {
53
56
text-align : center;
@@ -86,6 +89,9 @@ section.point p+p {
86
89
margin-top : 1rem ;
87
90
margin-bottom : 1rem ;
88
91
}
92
+ section .point div .point-content {
93
+ flex-grow : 1 ;
94
+ }
89
95
section .point div .link a {
90
96
color : # ffffff ;
91
97
text-decoration : none;
Original file line number Diff line number Diff line change @@ -22,7 +22,9 @@ <h1>Fedora Loves Python</h1>
22
22
</ div >
23
23
{% endif %}
24
24
< h2 > {{ point.name }}</ h2 >
25
- {{ point.content | markdown }}
25
+ < div class ="point-content ">
26
+ {{ point.content | markdown }}
27
+ </ div >
26
28
< div class ="link ">
27
29
< a href ="{{ point.link.href }} "> {{ point.link.caption }}</ a >
28
30
</ div >
You can’t perform that action at this time.
0 commit comments