-
Notifications
You must be signed in to change notification settings - Fork 0
/
_home.scss
71 lines (71 loc) · 1.84 KB
/
_home.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
.home{
position: relative;
min-height: 100vh;
background: linear-gradient(232.11deg, #FF5449 20.04%, #ffa061 67.36%);
section{
display: flex;
align-items: center;
justify-content: space-between;
padding: 1em 8em;
min-height: 100vh;
div{
h2{
font-size: 5em;
line-height: 80px;
color: white;
width: 75%;
}
h5{
color: white;
margin: 1em 0em;
width: 60%;
margin: 24px 0px;
}
}
@media screen and (max-width:1100px){
display: flex;
align-items: center;
justify-content: space-between;
padding: 1em 2em;
min-height: 100vh;
div{
display: flex;
flex-direction: column;
align-items: center;
h2{
text-align: center;
font-size: 3rem;
line-height: 3rem;
color: white;
width: 100%;
}
h5{
font-size: 16px;
color: white;
margin: 1em 0em;
width: 90%;
text-align: center;
margin: 24px 0px;
}
}
}
.phone1{
width: 330px;
z-index: 2;
@media screen and (max-width:1100px){
display: none;
}
.screen1{
max-width: 250px;
}
}
}
.vector{
position: absolute;
bottom: -100px;
right: 0%;
@media screen and (max-width:1100px){
display: none;
}
}
}