Files
Conversion-Test/blazor/Model/Website/SupportedWebSizes.cs
T
2026-05-29 14:17:46 -04:00

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";
}