File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
<div class =" top-row pl-4 navbar navbar-dark" >
2
- <a class =" navbar-brand" href =" " >WasmHost </a >
2
+ <a class =" navbar-brand" href =" " >Blazor Lazy Loading </a >
3
3
<button class =" navbar-toggler" @onclick =" ToggleNavMenu" >
4
4
<span class =" navbar-toggler-icon" ></span >
5
5
</button >
Original file line number Diff line number Diff line change 32
32
top : 0 ; left : 0 ;
33
33
width : 100% ;
34
34
height : 100% ;
35
- position : absolute;
36
35
background-color : black;
37
36
color : white;
38
37
}
Original file line number Diff line number Diff line change @@ -150,6 +150,11 @@ app {
150
150
.main .top-row a , .main .top-row .btn-link {
151
151
margin-left : 0 ;
152
152
}
153
+
154
+ .main .full {
155
+ position : relative;
156
+ margin-top : calc (50vh - 80px - 1.5em );
157
+ }
153
158
}
154
159
155
160
@media (min-width : 768px ) {
You can’t perform that action at this time.
0 commit comments