holygrail2 1.0.21 → 1.0.22

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holygrail2",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -184,6 +184,13 @@ b {
184
184
  position: relative;
185
185
  }
186
186
 
187
+ .p-absolute {
188
+ position: absolute;
189
+ }
190
+ .t-0{
191
+ top: 0;
192
+ }
193
+
187
194
  .banner-zone {
188
195
  display: flex;
189
196
  align-items: center;