home
This commit is contained in:
@@ -403,12 +403,13 @@ a {
|
||||
.path-frontpage .block-region-content .block-config-pages-block {
|
||||
grid-area: presentation;
|
||||
width: 100%;
|
||||
height: 78vh;
|
||||
height: 72vh;
|
||||
background: url("../images/pictos/rosace_coupee.svg");
|
||||
background-position-y: top;
|
||||
background-position-x: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover; }
|
||||
background-size: cover;
|
||||
padding-bottom: 3rem; }
|
||||
@media (max-width: 428px) {
|
||||
.path-frontpage .block-region-content .block-config-pages-block {
|
||||
height: 66vh;
|
||||
@@ -446,7 +447,7 @@ a {
|
||||
font-weight: 900;
|
||||
color: #009ee3;
|
||||
line-height: 4rem;
|
||||
margin-top: 4rem;
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 2rem;
|
||||
width: fit-content; }
|
||||
@media (max-width: 428px) {
|
||||
|
||||
@@ -19,13 +19,14 @@
|
||||
.block-config-pages-block{
|
||||
grid-area: presentation;
|
||||
width: 100%;
|
||||
height: 78vh;
|
||||
height: 72vh;
|
||||
background: url("../images/pictos/rosace_coupee.svg");
|
||||
// background: url("../images/carre_site.mp4");
|
||||
background-position-y: top;
|
||||
background-position-x: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
padding-bottom: 3rem;
|
||||
|
||||
@media (max-width: 428px){
|
||||
height: 66vh;
|
||||
@@ -91,7 +92,7 @@
|
||||
font-weight: 900;
|
||||
color: $blue-light;
|
||||
line-height: 4rem;
|
||||
margin-top: 4rem;
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 2rem;
|
||||
width: fit-content;
|
||||
@media (max-width: 428px){
|
||||
|
||||
Reference in New Issue
Block a user