forked from AryanVBW/HackSquad
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresponsive.css
More file actions
63 lines (48 loc) · 693 Bytes
/
responsive.css
File metadata and controls
63 lines (48 loc) · 693 Bytes
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
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&display=swap');
*,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0;
}
.wk-desk-1 {
width: 8.333333%;
}
.wk-desk-2 {
width: 16.666667%;
}
.wk-desk-3 {
width: 25%;
}
.wk-desk-4 {
width: 33.333333%;
}
.wk-desk-5 {
width: 41.666667%;
}
.wk-desk-6 {
width: 50%;
}
.wk-desk-7 {
width: 58.333333%;
}
.wk-desk-8 {
width: 66.666667%;
}
.wk-desk-9 {
width: 75%;
}
.wk-desk-10 {
width: 83.333333%;
}
.wk-desk-11 {
width: 91.666667%;
}
.wk-desk-12 {
width: 100%;
}
@media (max-width: 102