{{attributes.titre}}
- {{{attributes.chapeau}}} +{{{attributes.chapeau}}}
diff --git a/css/main.css b/css/main.css index 75a5c75..e57d196 100644 --- a/css/main.css +++ b/css/main.css @@ -1,3 +1,14 @@ +.card { + cursor: pointer; + display: flex; + flex-direction: column; + height: 100%; +} + +.card-content { + flex-grow: 1; +} + .charte-modal { color: #07892f; transition: color 0.3s ease; diff --git a/index.html b/index.html index 13347bc..f02baf9 100644 --- a/index.html +++ b/index.html @@ -38,16 +38,18 @@
{{{attributes.chapeau}}}
+
+