Adding MudBlazor UI with new Nav
This commit is contained in:
@@ -5,22 +5,9 @@
|
||||
}
|
||||
|
||||
.content {
|
||||
margin-top: 32px;
|
||||
margin-bottom: 64px;
|
||||
display: flex;
|
||||
min-width: 100%;
|
||||
min-height: 100%;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1025px) {
|
||||
.content {
|
||||
margin-top: 120px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 480px) {
|
||||
.content {
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user