PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.16.9
GiveWP – Donation Plugin and Fundraising Platform v4.16.9
4.17.0 4.16.9 4.16.8.1 4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 All 256 releases
give / src / Promotions / InPluginUpsells / resources / js / components / MustHaveAddons.module.css

MustHaveAddons.module.css in GiveWP – Donation Plugin and Fundraising Platform 4.16.9, at src/Promotions/InPluginUpsells/resources/js/components/MustHaveAddons.module.css

26 lines 411 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .grid {
2 box-sizing: border-box;
3 display: grid;
4 gap: 2.75rem;
5 grid-template-columns: 1fr;
6 grid-auto-rows: 1fr;
7 margin: 0;
8 }
9
10 @media screen and (min-width: 48rem) {
11 .grid {
12 grid-template-columns: repeat(2, 1fr);
13 }
14 }
15
16 @media screen and (min-width: 64rem) {
17 .grid {
18 grid-template-columns: repeat(3, 1fr);
19 }
20 }
21
22 .grid > li,
23 .grid > li > * {
24 height: 100%;
25 }
26