-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev_cycle.css
More file actions
83 lines (78 loc) · 1.17 KB
/
dev_cycle.css
File metadata and controls
83 lines (78 loc) · 1.17 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
.container{
margin-top:5vw;
margin-left:10vw;
width:80vw;
}
.step{
margin-bottom:15vw;
display: inline-block;
width:100%;
}
.step_txt{
width:50%;
float:left;
}
.heading{
text-align:left;
margin-left:0vw;
}
.heading.small{
font-size:30px;
padding-left: 2vw;
text-shadow: 0px 0px;
}
.step img{
width:50%;
float:left;
}
.short{
margin-top:7%;
margin-left:7%;
font-size: 20px;
line-height: 25px;
font-family: 'Open Sans';
font-weight: 400;
text-align:left;
}
.step.right .step_txt{
float: right;
}
.step.right img{
float: right;
}
.step.right .heading{
text-align:right;
}
.step.right .short{
text-align:right;
margin-left:0%;
margin-right:7%;
}
.questions{
width:100%;
display:inline-block;
}
.questions .step_txt{
width:100%;
}
.questions .short{
margin-top:0;
margin-bottom:50px;
}
@media screen and (max-width: 1000px){
.heading.small{
font-size: 25px;
line-height: 30px;
}
.step img{
margin-top:10vw;
width:100%;
}
.step_txt{
width:100%;
}
.short{
font-size: 20px;
line-height: 25px;
}
}