general-library-union 2.3.78 → 2.3.79
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
|
@@ -123,13 +123,14 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
123
123
|
|
|
124
124
|
p{
|
|
125
125
|
font-weight: 600;
|
|
126
|
+
font-size: 1.1rem;
|
|
126
127
|
}
|
|
127
128
|
|
|
128
129
|
|
|
129
130
|
img {
|
|
130
131
|
max-width: 50rem;
|
|
131
132
|
width: 100%;
|
|
132
|
-
padding-right:
|
|
133
|
+
padding-right: 15%;
|
|
133
134
|
}
|
|
134
135
|
|
|
135
136
|
h4 {
|
|
@@ -160,7 +161,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
160
161
|
margin: 0;
|
|
161
162
|
margin-bottom: 20px;
|
|
162
163
|
text-align: left;
|
|
163
|
-
margin-bottom:
|
|
164
|
+
margin-bottom: 7px;
|
|
164
165
|
|
|
165
166
|
|
|
166
167
|
@include breakpoint(large) {
|
|
@@ -132,6 +132,7 @@ body {
|
|
|
132
132
|
|
|
133
133
|
p{
|
|
134
134
|
font-weight: 600;
|
|
135
|
+
font-size: 1.1rem;
|
|
135
136
|
}
|
|
136
137
|
|
|
137
138
|
|
|
@@ -140,7 +141,7 @@ body {
|
|
|
140
141
|
img {
|
|
141
142
|
max-width: 50rem;
|
|
142
143
|
width: 100%;
|
|
143
|
-
padding-right:
|
|
144
|
+
padding-right: 15%;
|
|
144
145
|
}
|
|
145
146
|
}
|
|
146
147
|
|
|
@@ -173,7 +174,7 @@ body {
|
|
|
173
174
|
margin-bottom: 20px;
|
|
174
175
|
text-align: left;
|
|
175
176
|
margin-top: 15%;
|
|
176
|
-
margin-bottom:
|
|
177
|
+
margin-bottom: 7px;
|
|
177
178
|
|
|
178
179
|
|
|
179
180
|
@include breakpoint(large) {
|