Skip to content

Commit

Permalink
resolved #896 Responsive problem for abp.io download page
Browse files Browse the repository at this point in the history
  • Loading branch information
yekalkan committed Mar 20, 2019
1 parent 5a54755 commit 9b888c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions abp_io/src/Volo.AbpWebSite.Web/Pages/Templates.cshtml
Expand Up @@ -14,7 +14,7 @@
@using (Html.BeginForm(FormMethod.Post))
{
<div class="row border">
<div class="col p-5 ">
<div class="col-lg-7 p-5 ">
<h2>
<span class="text-primary">Create</span>
<span class="text-success">New Project</span>
Expand Down Expand Up @@ -64,7 +64,7 @@
</div>

</div>
<div class="col-md-5 bg-light p-5">
<div class="col-lg-5 bg-light p-5">
<h4>The Startup Project</h4>
<p>See <a href="/documents/abp/latest/Getting-Started-AspNetCore-MVC-Template" target="_blank">the documentation</a> to understand how to run the downloaded project.</p>

Expand Down

0 comments on commit 9b888c7

Please sign in to comment.