Skip to content

Commit b944f6f

Browse files
author
baptiste.bernard
committed
update CSS to index
1 parent e8ee3ee commit b944f6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/css/custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ h1 {
303303
margin-bottom: 0.5rem;
304304
}
305305

306-
p {
306+
.intro-text {
307307
text-align: center;
308308
font-size: 1.2rem;
309309
margin-bottom: 2rem;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
---
88

99
<h1>Bienvenue sur le projet GAIA</h1>
10-
<p>(Generative Artificial Intelligence for Agriculture)</p>
10+
<p class="intro-text">(Generative Artificial Intelligence for Agriculture)</p>
1111

1212
<section class="collaborative-project">
1313
<p>GAIA est un projet collaboratif ouvert entre <a href="https://www.lafermedigitale.fr/" target="_blank">LFD</a> et <a href="https://www.osfarm.org/" target="_blank">OSFarm</a> permettant de :</p>

0 commit comments

Comments
 (0)