modern-resume-theme 2.0.9 → 2.0.10
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.
- checksums.yaml +4 -4
- data/_sass/modern-resume-theme.scss +3 -13
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7364550bcb72704f3846e62253e4328e0e92c7cbe49496bc80e1faf0e685bd76
|
|
4
|
+
data.tar.gz: dd5d29643579ceae14ea0368f2b11a9c6804e8c55fc4c214d3aa54d81c7e5e12
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e0b3bc48487e38b577646ae8dfeb2d220dcd1f7e708e263e5930bb8d9d05120b5fc45aa93dd5196c5bebee9614628855be332880fd51f3a0d2e3fc346c4b0e06
|
|
7
|
+
data.tar.gz: f0ffc75f18583f8dad3cfee18d5aaf3d82700d5f542524dbb29ba2df9fffda4cc911d68c5087120e0c125e8845baf9d890df0075f76661d2c13d703fccf79e75
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
font-weight:500;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
@media screen and (max-width:
|
|
16
|
+
@media screen and (max-width: 767px) {
|
|
17
17
|
.header-container div{
|
|
18
18
|
text-align: center;
|
|
19
19
|
}
|
|
@@ -42,16 +42,6 @@
|
|
|
42
42
|
box-shadow: inset 0 0 20px #636161;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
.into-text-1 {
|
|
46
|
-
margin-top: 30px;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
@media only screen and (max-width : 992px) {
|
|
50
|
-
.into-text-1 {
|
|
51
|
-
margin-top: 20px;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
45
|
.list-container {
|
|
56
46
|
h3 {
|
|
57
47
|
margin-bottom: 0;
|
|
@@ -86,7 +76,7 @@
|
|
|
86
76
|
}
|
|
87
77
|
}
|
|
88
78
|
|
|
89
|
-
@media screen and (max-width:
|
|
79
|
+
@media screen and (max-width: 767px) {
|
|
90
80
|
text-align: center!important;
|
|
91
81
|
|
|
92
82
|
p {
|
|
@@ -134,7 +124,7 @@
|
|
|
134
124
|
}
|
|
135
125
|
|
|
136
126
|
.layout-left, .layout-right {
|
|
137
|
-
@media screen and (max-width:
|
|
127
|
+
@media screen and (max-width: 767px) {
|
|
138
128
|
flex-direction: column;
|
|
139
129
|
}
|
|
140
130
|
|