Skip to content

Commit 86555b3

Browse files
committed
removed bullet points from wordpress gallery:
1 parent 63543f1 commit 86555b3

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

gatsby-wordpress-theme-libre/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@draftbox-co/gatsby-wordpress-theme-libre",
3-
"version": "1.0.42",
3+
"version": "1.0.43",
44
"license": "MIT",
55
"resolutions": {
66
"sharp": "0.23.4"

gatsby-wordpress-theme-libre/src/styles/global.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,6 @@ textarea {
887887
}
888888

889889
@media screen and (max-width: 425px) {
890-
891890
.site-footer {
892891
flex-direction: column;
893892
}
@@ -1602,6 +1601,12 @@ object {
16021601
/*--------------------------------------------------------------
16031602
## Galleries
16041603
--------------------------------------------------------------*/
1604+
1605+
.blocks-gallery-grid {
1606+
list-style: none;
1607+
padding-left: 0;
1608+
}
1609+
16051610
.gallery {
16061611
margin-bottom: 1.75em;
16071612
}
@@ -2259,4 +2264,6 @@ object {
22592264
.icon-instagram:before {
22602265
content: "\f16d";
22612266
} /* '' */
2262-
.fb-comments iframe { width: 100% !important; }
2267+
.fb-comments iframe {
2268+
width: 100% !important;
2269+
}

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1913,6 +1913,11 @@
19131913
version "2.30.0"
19141914
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.30.0.tgz#7681c305a6f4341ae2579f5e3a75846c29eee9ce"
19151915
integrity sha512-9kDOxzp0K85UnpmPJqUzdWaCNorYYgk1yZmf4IKzpeTlSAclnFsrLjfwD9mQExctLoLoGAUXq1co+fbr+3HeFw==
1916+
dependencies:
1917+
"@types/eslint-visitor-keys" "^1.0.0"
1918+
"@typescript-eslint/experimental-utils" "2.30.0"
1919+
"@typescript-eslint/typescript-estree" "2.30.0"
1920+
eslint-visitor-keys "^1.1.0"
19161921

19171922
"@typescript-eslint/typescript-estree@2.30.0":
19181923
version "2.30.0"

0 commit comments

Comments
 (0)