Style pagination

This commit is contained in:
Lucie Anglade 2023-09-05 16:37:04 +02:00
parent fa6abe042e
commit d6ddbbd95f
1 changed files with 13 additions and 0 deletions

View File

@ -169,6 +169,7 @@ main > section {
}
#introduction section + p {
margin-top: 2em;
text-align: center;
}
@ -214,6 +215,18 @@ main > section {
padding: 1em;
}
.news-jobs > ul:last-of-type {
display: flex;
flex-wrap: wrap;
margin: auto;
width: 30%;
}
.news-jobs > ul:last-of-type a {
padding: 0.5em;
text-decoration: none;
}
/* Who, Community, Membership */
#page-qui-sommes-nous main li,