namespace Model.Website; public static class SupportedWebSizes { // Mins //public static string Phone = "0px"; public static string Tablet = "479px"; public static string Desktop = "1024px"; }