File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
gatsby-wordpress-theme-libre Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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+ }
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments