@eeacms/volto-clms-theme 1.1.20 → 1.1.21
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/CHANGELOG.md +5 -0
- package/package.json +1 -1
- package/theme/site/extras/home.less +7 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
### [1.1.21](https://github.com/eea/volto-clms-theme/compare/1.1.20...1.1.21) - 5 July 2023
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- home products cards height control [ionlizarazu - [`b37d08b`](https://github.com/eea/volto-clms-theme/commit/b37d08bae7dff7f341e5a3c9f064837273f5b74d)]
|
|
7
12
|
### [1.1.20](https://github.com/eea/volto-clms-theme/compare/1.1.19...1.1.20) - 5 July 2023
|
|
8
13
|
|
|
9
14
|
#### :rocket: New Features
|
package/package.json
CHANGED
|
@@ -216,6 +216,13 @@
|
|
|
216
216
|
font-weight: normal;
|
|
217
217
|
text-align: center;
|
|
218
218
|
}
|
|
219
|
+
@media (min-width: 2000px) {
|
|
220
|
+
.home-product {
|
|
221
|
+
width: 16.6666%;
|
|
222
|
+
height: 16rem;
|
|
223
|
+
font-size: 1.2rem;
|
|
224
|
+
}
|
|
225
|
+
}
|
|
219
226
|
@media (max-width: 1200px) {
|
|
220
227
|
.home-product-title {
|
|
221
228
|
width: 100%;
|