skip to Main Content

Css – MudBlazor MudGrid Spacing after breakpoints

I'm trying to create a responsive Blazor page using MudBlazor and MudGrid. A basic representation of this issue is: <MudGrid> <MudItem xs="12" lg="6"> <MudTextField Value="@value" HelperText="Label 1" Variant="Variant.Outlined" /> </MudItem> <MudItem xs="12" lg="6"> <MudTextField Value="@value" HelperText="Label 2" Variant="Variant.Outlined" /> </MudItem>…

VIEW QUESTION

Html – tailwind apply doesnt work in tailwind version 3

I have installed tailwind successfully. When it comes to using the @apply, things are not working. <body> <!-- header --> <header class="bg-transparent absolute top-0 left-0 w-full flex items-center z-10"> <div class="container"> <div class="flex items-center justify-between relative"> <div class="px-4"> <a href="#home"…

VIEW QUESTION
Back To Top
Search