Fan website of IMMORTAL: Gates of Pyre.
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.
 
 
 
 

34 lines
594 B

<div class="med_container">
@ChildContent
</div>
<style>
.med_container {
display: flex;
gap: 16px;
flex-direction: column;
width: 50%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 30px;
border: 2px solid black;
}
@@media only screen and (max-width: 1025px) {
.med_container {
width: 85%;
}
}
</style>
@code {
[Parameter] public RenderFragment? ChildContent { get; set; }
}