Resolve "Redesign fix: Homepage fix"
This commit is contained in:
committed by
bl00dymarie
parent
59aef1126d
commit
ada60a745b
+6
-4
@@ -1,8 +1,10 @@
|
||||
import { fontRatio } from '../config'
|
||||
|
||||
export default {
|
||||
tiny: 4,
|
||||
small: 10,
|
||||
base: 16,
|
||||
large: 20,
|
||||
tiny: 4 / fontRatio,
|
||||
small: 10 / fontRatio,
|
||||
base: 16 / fontRatio,
|
||||
large: 20 / fontRatio,
|
||||
symptomTileWidth: '48%',
|
||||
textWidth: '70%'
|
||||
}
|
||||
Reference in New Issue
Block a user