You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
426 B
27 lines
426 B
<h1 class="title"> |
|
@ChildContent |
|
</h1> |
|
|
|
|
|
<style> |
|
.title { |
|
padding-top: 35px; |
|
padding-bottom: 5px; |
|
font-size: 1.5rem; |
|
font-weight: bolder; |
|
} |
|
|
|
@@media only screen and (max-width: 1025px) { |
|
.title { |
|
padding: 10px; |
|
border: 0px solid black; |
|
} |
|
} |
|
</style> |
|
|
|
@code { |
|
|
|
[Parameter] |
|
public RenderFragment? ChildContent { get; set; } |
|
|
|
} |