@forsakringskassan/docs-generator 2.2.0 → 2.2.1

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.
@@ -126,23 +126,23 @@ pre code {
126
126
  }
127
127
 
128
128
  .layout-wrapper {
129
- display: flex;
130
- flex-direction: column;
129
+ display: grid;
130
+ grid-template: "header" auto "primary" 1fr "footer" auto;
131
131
  min-height: 100vh;
132
132
  }
133
133
 
134
134
  header {
135
- flex: 0 0 auto;
135
+ grid-area: header;
136
136
  }
137
137
 
138
138
  #primary {
139
- flex: 1 1 auto;
140
139
  display: grid;
140
+ grid-area: primary;
141
141
  grid-gap: 0 2rem;
142
142
  }
143
143
 
144
144
  footer {
145
- flex: 0 0 auto;
145
+ grid-area: footer;
146
146
  }
147
147
 
148
148
  main {
@@ -126,23 +126,23 @@ pre code {
126
126
  }
127
127
 
128
128
  .layout-wrapper {
129
- display: flex;
130
- flex-direction: column;
129
+ display: grid;
130
+ grid-template: "header" auto "primary" 1fr "footer" auto;
131
131
  min-height: 100vh;
132
132
  }
133
133
 
134
134
  header {
135
- flex: 0 0 auto;
135
+ grid-area: header;
136
136
  }
137
137
 
138
138
  #primary {
139
- flex: 1 1 auto;
140
139
  display: grid;
140
+ grid-area: primary;
141
141
  grid-gap: 0 2rem;
142
142
  }
143
143
 
144
144
  footer {
145
- flex: 0 0 auto;
145
+ grid-area: footer;
146
146
  }
147
147
 
148
148
  main {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forsakringskassan/docs-generator",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Documentation generator",
5
5
  "keywords": [
6
6
  "documentation"