0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 13:12:40 +00:00

Mustache syntax now uses : instead of =. Single words don't need quotes

This commit is contained in:
Trevor Buckner
2021-07-30 02:08:08 -04:00
parent 6b61bb05c0
commit 9be71a5159
2 changed files with 10 additions and 8 deletions

View File

@@ -602,7 +602,7 @@ body {
break-inside : avoid;
-webkit-transform : translateZ(0); //Prevents shadows from breaking across columns
}
.inline {
.inline-block {
display : inline-block;
text-indent : initial;
}