mirror of
https://github.com/ysoftdevs/pf2015.git
synced 2026-03-18 23:34:37 +01:00
fix level complete style
This commit is contained in:
@@ -317,7 +317,7 @@ angular.module('app', ['angular-flippy', 'level-selector', 'level-complete'])
|
||||
$scope.containerStyle = {
|
||||
"max-width": (cardSize + 20) * cardsPerRow + "px",
|
||||
"padding-left": paddingLeft + "px",
|
||||
"padding-top": paddingTop + "px"
|
||||
"margin-top": paddingTop + "px"
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user