0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 14:42:40 +00:00

Added in some snippets

This commit is contained in:
Scott Tolksdorf
2016-01-11 17:55:10 -05:00
parent df8e72092c
commit e9a28f92fe
3 changed files with 17 additions and 94 deletions

View File

@@ -72,6 +72,12 @@
text-rendering : optimizeLegibility;
position : relative;
overflow: hidden;
z-index : 15;
img{
z-index : -1;
}
//Page Accents
&:after{
@@ -93,6 +99,7 @@
-o-column-break-inside : avoid;
-ms-column-break-inside : avoid;
column-break-inside : avoid;
z-index : 15;
}
p,ul{