9 lines
212 B
C#
9 lines
212 B
C#
namespace Model.Website;
|
|
|
|
public static class SupportedWebSizes
|
|
{
|
|
// Mins
|
|
//public static string Phone = "0px";
|
|
public static string Tablet = "479px";
|
|
public static string Desktop = "1024px";
|
|
} |