-
Notifications
You must be signed in to change notification settings - Fork 0
/
large.css
66 lines (62 loc) · 972 Bytes
/
large.css
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
@media screen and (min-width: 992px)
{
.hero-details
{
height:60%;
}
.hero-container
{
background-image:repeating-linear-gradient(90deg,#fff 0% 14%,#d6d4d487 14% 14.0777%);
}
.module-sub
{
font-size:calc(.8rem + 1vw);
letter-spacing:.044rem;
}
.module
{
font-size:calc(4rem + 1.6vw);
}
.hero-details::before
{
content:"";
width:calc(20em + 10vw);
height:calc(20em + 10vw);
}
#hero-button
{
width:calc(8rem + 8vw);
padding:.6rem .4rem;
}
.arrow
{
font-size:2.8rem;
}
#aboutus>.procode
{
padding:6% 8%;
}
.procode-sub
{
font-size:calc(.8rem + 1vw);
word-spacing:1rem;
line-height:1.3;
}
#aboutus>:first-child
{
border-bottom: none;
border-right:1px solid #cac9c9;
}
.languages
{
font-size:calc(3.2rem + 1vw);
}
.language-txt>p
{
font-size:calc(.8rem + .8vw);
}
.hash>*
{
font-size:calc(.6vw + .8rem);
}
}