Resolve "Redesign fix: Homepage fix"

This commit is contained in:
Maria Zadnepryanets
2020-12-20 10:38:11 +00:00
committed by bl00dymarie
parent 59aef1126d
commit ada60a745b
6 changed files with 65 additions and 53 deletions
+6 -4
View File
@@ -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%'
}