Skip to content

Commit f70cd3a

Browse files
update make live script
1 parent 61e2d26 commit f70cd3a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ release: dist
2020
git push origin $(version)
2121

2222
live: public
23-
hugo
23+
./hugo
2424
cd public; \
2525
git add --all; \
2626
git commit -m "publishing to gh-pages"; \

static/css/cards/zones.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@
4242
}
4343

4444
/*
45-
* Zone treatment inside grids
45+
* Zone treatment inside packages
4646
*/
4747

48-
.grid > [data-type="ad"] {
48+
.package > [data-type="ad"] {
4949
grid-column-end: -1;
5050
}
5151

5252
/*
5353
* Zones inside story bodies
5454
*/
5555

56-
.story-body [data-type="ad"] {
56+
.article-body [data-type="ad"] {
5757
box-sizing: border-box;
5858
margin: var(--space-lg) 0;
5959
padding: 0;

0 commit comments

Comments
 (0)