@pmidc/upyog-css 1.0.3 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
padding: 50px 50px 20px 50px;
|
|
9
9
|
font-family: Poppins;
|
|
10
10
|
font-size: 14px;
|
|
11
|
+
color:white;
|
|
11
12
|
|
|
12
13
|
@media (max-width : 639px) {
|
|
13
14
|
display:flex;
|
|
@@ -22,7 +23,7 @@
|
|
|
22
23
|
|
|
23
24
|
h2{
|
|
24
25
|
margin-bottom: 10px;
|
|
25
|
-
text-align:
|
|
26
|
+
text-align: left;
|
|
26
27
|
}
|
|
27
28
|
|
|
28
29
|
@media (max-width : 639px) {
|
|
@@ -36,13 +37,13 @@ h2{
|
|
|
36
37
|
h1{
|
|
37
38
|
margin-bottom: 10px;
|
|
38
39
|
text-decoration: underline;
|
|
39
|
-
text-align:
|
|
40
|
+
text-align: left;
|
|
40
41
|
}
|
|
41
42
|
|
|
42
43
|
ul {
|
|
43
44
|
list-style-type: disc;
|
|
44
|
-
padding: 0px
|
|
45
|
-
text-align:
|
|
45
|
+
padding: 0px 12px;
|
|
46
|
+
text-align: left;
|
|
46
47
|
}
|
|
47
48
|
|
|
48
49
|
li{
|
|
@@ -1,19 +1,34 @@
|
|
|
1
1
|
.middle-content{
|
|
2
2
|
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
3
4
|
justify-content: space-between;
|
|
4
|
-
height:
|
|
5
|
+
height: 522px;
|
|
6
|
+
|
|
7
|
+
@media (min-width: 768px) {
|
|
8
|
+
display: flex;
|
|
9
|
+
flex-direction: row;
|
|
10
|
+
height: 360px;
|
|
11
|
+
}
|
|
5
12
|
}
|
|
6
13
|
|
|
7
14
|
.middle-left-half {
|
|
8
15
|
display: flex;
|
|
9
16
|
flex-direction: column;
|
|
10
|
-
width:
|
|
17
|
+
width: 100%;
|
|
18
|
+
|
|
19
|
+
@media (min-width: 768px) {
|
|
20
|
+
width: 50%;
|
|
21
|
+
}
|
|
11
22
|
|
|
12
23
|
}
|
|
13
24
|
.middle-left-half-upper{
|
|
14
|
-
height:
|
|
25
|
+
height: 162px;
|
|
15
26
|
margin-bottom: auto;
|
|
16
27
|
border: 1px solid black;
|
|
28
|
+
|
|
29
|
+
@media (min-width: 768px) {
|
|
30
|
+
height: 50%;
|
|
31
|
+
}
|
|
17
32
|
}
|
|
18
33
|
|
|
19
34
|
.middle-left-half-upper-body{
|
|
@@ -39,7 +54,7 @@
|
|
|
39
54
|
}
|
|
40
55
|
|
|
41
56
|
.middle-left-half-lower{
|
|
42
|
-
height:
|
|
57
|
+
height: 162px;
|
|
43
58
|
border: 1px solid black;
|
|
44
59
|
|
|
45
60
|
@media (min-width: 768px) {
|
|
@@ -48,9 +63,14 @@
|
|
|
48
63
|
}
|
|
49
64
|
|
|
50
65
|
.middle-right-half{
|
|
51
|
-
height:
|
|
52
|
-
width:
|
|
66
|
+
height: 162px;
|
|
67
|
+
width: 100%;
|
|
53
68
|
border: 1px solid black;
|
|
69
|
+
|
|
70
|
+
@media (min-width: 768px) {
|
|
71
|
+
height: 360px;
|
|
72
|
+
width: 48%;
|
|
73
|
+
}
|
|
54
74
|
}
|
|
55
75
|
.middle-header{
|
|
56
76
|
font-size: 20px;
|