display liens page site

This commit is contained in:
2025-03-20 11:47:42 +01:00
parent 8241434c42
commit 535bfdbfea
3 changed files with 49 additions and 3 deletions

View File

@@ -339,7 +339,7 @@
}
div{
display: flex;
flex-direction: row;
flex-direction: column;
margin-bottom: 1rem;
@media(max-width: 810px){
justify-content: center;
@@ -353,7 +353,6 @@
margin-bottom: 1rem;
width: fit-content;
}
.prev-site{
padding-right: 0.5rem;
&::before{
@@ -373,6 +372,10 @@
}
}
.prevnext{
flex-direction: row;
}
}
.documents-liens-wrapper{
display: flex;