Update landing.component.ts

This commit is contained in:
Yiğit FINDIKLI 2022-01-11 15:42:40 +03:00
parent 664c6b895f
commit 63c497bdd0

View File

@ -17,14 +17,7 @@ import { Component, OnInit, OnDestroy } from '@angular/core';
} }
} }
@media screen and (max-width: 1300px){ @media screen and (min-width: 1300px){
#hero > img {
transform: scale(0.85);
top:10%;
}
}
@media screen and (min-width: 1260px){
#hero > img { #hero > img {
position: absolute; position: absolute;
} }
@ -34,7 +27,7 @@ import { Component, OnInit, OnDestroy } from '@angular/core';
} }
} }
@media screen and (max-width: 1260px){ @media screen and (max-width: 1300px){
#hero { #hero {
height: 600px; height: 600px;
} }
@ -51,6 +44,7 @@ import { Component, OnInit, OnDestroy } from '@angular/core';
#hero > div > p { #hero > div > p {
width: 100%; width: 100%;
max-width: 100%;
} }
} }
`] `]