css home buton et forme
This commit is contained in:
@@ -115,14 +115,20 @@
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
> p:nth-child(4){
|
||||
flex: 1 100%;
|
||||
h6{
|
||||
// flex: 1 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding-right: 2rem;
|
||||
margin-top: 0;
|
||||
margin-bottom: 2rem;
|
||||
|
||||
// padding-right: 2rem;
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 2rem !important;
|
||||
width: fit-content;
|
||||
color: white;
|
||||
background: black;
|
||||
// padding-left: 0.5rem;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.6rem;
|
||||
margin-bottom: 0.3rem;
|
||||
// margin: auto;
|
||||
// padding-bottom: 2rem;
|
||||
// @media(max-width: 1090px){
|
||||
|
@@ -371,7 +371,7 @@
|
||||
flex-direction: column;
|
||||
}
|
||||
.field_field_documents{
|
||||
margin-bottom: 0.5rem;
|
||||
margin-bottom: 0.3rem;
|
||||
}
|
||||
}
|
||||
.field_field_liens_site{
|
||||
|
@@ -3,9 +3,9 @@
|
||||
#background-animated {
|
||||
// display: none;
|
||||
position: absolute;
|
||||
top: 1800px;
|
||||
left: 220px;
|
||||
width: 87%;
|
||||
top: 1500px;
|
||||
left: 200px;
|
||||
width: 90%;
|
||||
// height: 100%;
|
||||
pointer-events: none; /* Permet de cliquer à travers l'élément */
|
||||
z-index: 2; /* S'assure que l'élément soit au-dessus */
|
||||
|
Reference in New Issue
Block a user