transformed page layout in multiple sections to have full screen height available

This commit is contained in:
asus
2023-12-03 19:25:12 +01:00
parent c21df45857
commit 385b43cfc6
6 changed files with 62 additions and 44 deletions

View File

@@ -1,3 +1,7 @@
#personnal_infos {
#infos article {
display: flex;
flex-direction: column;
place-content: center;
height: 400px;
}