module Consts exposing ( homeFontSize , homePadding , name , normalFontSize , titleFontSize , url , videoId ) 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 videoId : String videoId = "video"