fix grafica landing page
This commit is contained in:
@@ -7,12 +7,15 @@
|
||||
background-size: cover;
|
||||
/* Resize the background image to cover the entire container */
|
||||
height: 45rem;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: end;
|
||||
}
|
||||
.transpLayer {
|
||||
color: #DEDEDE;
|
||||
background-image: linear-gradient(to right, rgba(30, 30, 30, 0.9), rgba(255, 255, 255, 0.1));
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: 7rem;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: end;
|
||||
|
||||
@@ -4,13 +4,16 @@
|
||||
background-repeat: no-repeat; /* Do not repeat the image */
|
||||
background-size: cover; /* Resize the background image to cover the entire container */
|
||||
height: 45rem;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: end;
|
||||
}
|
||||
|
||||
.transpLayer {
|
||||
color: #DEDEDE;
|
||||
background-image: linear-gradient(to right, rgba(30,30,30,0.9), rgba(255,255,255,0.1));
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: 7rem;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: end;
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
.bgbg{background-image:url("images/DOORBG.png");background-position:center;background-repeat:no-repeat;background-size:cover;height:45rem;}.transpLayer{color:#dedede;background-image:linear-gradient(to right,rgba(30,30,30,.9),rgba(255,255,255,.1));width:100%;height:100%;display:flex;flex-wrap:wrap;align-items:end;}
|
||||
.bgbg{background-image:url("images/DOORBG.png");background-position:center;background-repeat:no-repeat;background-size:cover;height:45rem;display:flex;flex-wrap:wrap;align-items:end;}.transpLayer{color:#dedede;background-image:linear-gradient(to right,rgba(30,30,30,.9),rgba(255,255,255,.1));width:100%;height:7rem;display:flex;flex-wrap:wrap;align-items:end;}
|
||||
Reference in New Issue
Block a user