Skip to content
Snippets Groups Projects
Commit 6b3c1210 authored by e550192's avatar e550192
Browse files

fix: fixed the background image on backgroundExtended

parent a4cdd107
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,4 @@
</div>
</div>
</div>
<app-footer></app-footer>
<app-footer class="backgroundExtended"></app-footer>
......@@ -50,4 +50,4 @@
</div>
</div>
</div>
<app-footer></app-footer>
<app-footer class="backgroundExtended"></app-footer>
......@@ -6,7 +6,7 @@
.formDiv{
margin-left: 5%;
height: 50%;
height: 60%;
width: 30%;
display: flex;
justify-content: center;
......
#circleContainer {
width: 100%;
height: 100%;
min-height: 100%;
background-color: #000000;
font-family: Helvetica, serif;
z-index: 0;
......@@ -10,7 +10,7 @@
.background-image {
width: 100%;
height: 100%;
min-height: 100%!important;
object-fit: cover;
position: absolute;
top: 0;
......@@ -28,9 +28,22 @@
}
/* Tablet */
@media (max-width: 1050px) and (min-width: 451px) {
@media (max-width: 1050px) and (min-width: 650px) {
.circle-div {
width: 100px;
height: 100px;
}
}
:host(.backgroundExtended){
/* Tablet */
@media (max-width: 649px) and (min-width: 200px) {
.circle-div {
width: 100px;
height: 100px;
}
.background-image{
height: 120vh!important;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment