0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 18:22:40 +00:00

Clean up duplicate code in snippet generator

This commit is contained in:
Trevor Buckner
2021-04-04 16:22:50 -04:00
parent ea9ba84dc2
commit c186b6677b
3 changed files with 13 additions and 67 deletions

View File

@@ -229,12 +229,12 @@ body {
box-shadow : 1px 4px 14px #888;
padding : 4px 2px;
margin : 0px -6px 1em;
-webkit-transform : translateZ(0); //Prevents shadows from breaking across columns
}
.useSansSerif();
position : relative;
padding : 0px;
margin-bottom : 1em;
-webkit-transform : translateZ(0); //Prevents shadows from breaking across columns
position : relative;
padding : 0px;
margin-bottom : 1em;
p{
margin-bottom : 0;