fix of bug in publications.html

This commit is contained in:
Clément Brossaud
2023-05-28 04:58:53 +02:00
parent f92b5c730b
commit 29511cf5a8
2 changed files with 4 additions and 1 deletions

View File

@@ -48,7 +48,7 @@
<button class="button" onclick="revue()">Article de revue</button>
<button class="button" onclick="communication()">Communication</button>
<button class="button" onclick="reset()">Toutes</button>
<input type="text" id="entry_text">
<input type="text" id="entry_text" placeholder="Saisir texte">
<button class="button" id="search_button" onclick="search()">Rechercher</button>
</div>
<div class="publi">

View File

@@ -21,6 +21,7 @@ img{
flex-direction: row;
justify-content: center;
align-items: center;
}
.button{
@@ -31,6 +32,8 @@ img{
text-align: center;
text-decoration: none;
font-size: 16px;
margin-right: 10px;
margin-left: 10px;
}
.publi{