gatsby-core-theme 13.0.3 → 13.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## [13.0.4](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v13.0.3...v13.0.4) (2022-10-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * anchor styling ([c3bb135](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/c3bb135407fef23329cc701f09c3f2b03d1a2cdd))
7
+
8
+
9
+ * Merge branch 'master' of git.ilcd.rocks:team-floyd/themes/gatsby-themes ([862c43f](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/862c43f6bccc40ffe29d5592f339fdf4887f91c2))
10
+
1
11
  ## [13.0.3](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v13.0.2...v13.0.3) (2022-10-25)
2
12
 
3
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-core-theme",
3
- "version": "13.0.3",
3
+ "version": "13.0.4",
4
4
  "description": "Gatsby Theme NPM Package",
5
5
  "main": "index.js",
6
6
  "GATSBY_RECAPTCHA_SITEKEY": "6LfoyvMUAAAAAO4nl_MQnqHb4XdHxEiu5cXgIqeB",
@@ -8,6 +8,12 @@
8
8
  box-shadow: 0px 8px 12px 0px;
9
9
  left: 0;
10
10
  right: 0;
11
+ top: var(--nav-height);
12
+
13
+ &.usingExclOperator {
14
+ top: calc(var(--nav-height) + var(--exc-operator-height));
15
+ }
16
+
11
17
  .progressBar{
12
18
  height: 5px;
13
19
  width: 100px;