module Consts exposing ( homeFontSize , homePadding , name , normalFontSize , titleFontSize , url ) url : String url = "twitch.tforgione.fr" name : String name = url normalFontSize : Int normalFontSize = 13 titleFontSize : Int titleFontSize = 15 homeFontSize : Int homeFontSize = 25 homePadding : Int homePadding = 15