We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e2d26 commit f70cd3aCopy full SHA for f70cd3a
Makefile
@@ -20,7 +20,7 @@ release: dist
20
git push origin $(version)
21
22
live: public
23
- hugo
+ ./hugo
24
cd public; \
25
git add --all; \
26
git commit -m "publishing to gh-pages"; \
static/css/cards/zones.css
@@ -42,18 +42,18 @@
42
}
43
44
/*
45
- * Zone treatment inside grids
+ * Zone treatment inside packages
46
*/
47
48
-.grid > [data-type="ad"] {
+.package > [data-type="ad"] {
49
grid-column-end: -1;
50
51
52
53
* Zones inside story bodies
54
55
56
-.story-body [data-type="ad"] {
+.article-body [data-type="ad"] {
57
box-sizing: border-box;
58
margin: var(--space-lg) 0;
59
padding: 0;
0 commit comments