We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e685832 commit ef1c299Copy full SHA for ef1c299
2 files changed
src/AspNetCoreFileUploadFileTable/Startup.cs
@@ -40,7 +40,6 @@ public void ConfigureServices(IServiceCollection services)
40
services.AddScoped<ValidateMimeMultipartContentFilter>();
41
}
42
43
- // This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
44
public void Configure(IApplicationBuilder app, IHostingEnvironment env)
45
{
46
if (env.IsDevelopment())
src/AspNetCoreFileUploadFileTable/wwwroot/css/site.css
@@ -1,5 +1,5 @@
1
body {
2
- padding-top: 50px;
+ padding-top: 0;
3
padding-bottom: 20px;
4
5
0 commit comments