home page slider css et module central
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
.path-centre-de-ressources{
|
||||
background-color: #f8f8fb;
|
||||
background-color: $bck-col;
|
||||
header{
|
||||
margin-bottom: 0;
|
||||
|
||||
}
|
||||
.content_container{
|
||||
&>div>h2:first-child{
|
||||
text-align: center;
|
||||
@@ -44,7 +48,7 @@
|
||||
.form-actions{
|
||||
grid-column: 4 / span 2;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
grid-template-columns: repeat(2, minmax(0,1fr) );
|
||||
align-items: center;
|
||||
column-gap: 1rem;
|
||||
input{
|
||||
|
Reference in New Issue
Block a user