alignement centré, style les h2 et hr

This commit is contained in:
Alexel 2023-10-19 17:05:04 -04:00
parent 3657b17969
commit b78fbd033f
2 changed files with 17 additions and 5 deletions

View file

@ -1,5 +1,6 @@
.table {
font-family: "Poppins";
margin-bottom: 20px;
}
td {
@ -14,4 +15,15 @@ td {
.tableRow:nth-child(even) {
background-color: #F4F4F4;
}
.vieEtudianteWrapper {
display: flex;
flex-flow: column;
align-items: center;
}
.separator {
width: 75%;
border: 1px solid #C4C4C4;
}