iPad same margin as iOS

This commit is contained in:
Pfeil, Scott Robert 2021-03-25 14:00:23 -04:00
parent 9c8df31662
commit dfdeecfd38

View File

@ -44,7 +44,6 @@ public struct Padding {
public static func horizontalPaddingForSize(_ size: CGFloat) -> CGFloat {
let sizeObject = MFSizeObject(standardSize: HorizontalMarginSpacing)!
sizeObject.addLargerThanCustomSize(LargeMarginSpacingLarge, forThreshold: MFSizeMostlySweetSpotThreshold)
return sizeObject.getValueBased(onSize: size)
}