Fixing layout on mobile
This commit is contained in:
Родитель
9ca5bdc8bd
Коммит
5248c0b833
|
@ -7,4 +7,4 @@
|
|||
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
||||
<!-- Include all compiled plugins (below), or include individual files as needed -->
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
<script src="/js/bootstrap.min.js"></script>
|
|
@ -490,12 +490,12 @@ $navbar-inverse-toggle-border-color: #333;
|
|||
//
|
||||
//##
|
||||
|
||||
// $jumbotron-padding: 30px
|
||||
// $jumbotron-color: inherit
|
||||
// $jumbotron-bg: $gray-lighter
|
||||
// $jumbotron-heading-color: inherit
|
||||
// $jumbotron-font-size: ceil(($font-size-base * 1.5))
|
||||
// $jumbotron-heading-font-size: ceil(($font-size-base * 4.5))
|
||||
$jumbotron-padding: 30px;
|
||||
$jumbotron-color: $gray-lighter;
|
||||
$jumbotron-bg: $color-primary-0;
|
||||
$jumbotron-heading-color: white;
|
||||
$jumbotron-font-size: ceil(($font-size-base * 1.5));
|
||||
$jumbotron-heading-font-size: ceil(($font-size-base * 4.5));
|
||||
|
||||
|
||||
//== Form states and alerts
|
||||
|
|
|
@ -40,14 +40,30 @@ $color-complement-4: #2A0200;
|
|||
padding: 40px 15px;
|
||||
}
|
||||
|
||||
|
||||
//==============================
|
||||
// Index
|
||||
//==============================
|
||||
|
||||
.jumbotron {
|
||||
background-color: $color-primary-0;
|
||||
margin-bottom: -48px;
|
||||
}
|
||||
|
||||
.jumbotron .container {
|
||||
padding-top: 40px;
|
||||
}
|
||||
|
||||
//==============================
|
||||
// Pages
|
||||
//==============================
|
||||
body > div.container {
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
//==============================
|
||||
// Header/NavBar
|
||||
//==============================
|
||||
|
||||
.navbar-brand {
|
||||
padding: 11px 15px 5px 15px;
|
||||
}
|
||||
|
@ -58,6 +74,9 @@ div.navbar-brand {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.grow { transition: all .2s ease-in-out; }
|
||||
.grow:hover { transform: rotate(10deg) scale(1.3); }
|
||||
|
||||
img:not(.png) {
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -66,7 +85,9 @@ img:not(.png) {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
//==============================
|
||||
// Footer
|
||||
//==============================
|
||||
html {
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
|
@ -94,7 +115,4 @@ body {
|
|||
.container .text-muted {
|
||||
margin: 15px 0;
|
||||
color: lighten($gray-base, 77.7%);
|
||||
}
|
||||
|
||||
.grow { transition: all .2s ease-in-out; }
|
||||
.grow:hover { transform: rotate(10deg) scale(1.3); }
|
||||
}
|
72
index.html
72
index.html
|
@ -20,48 +20,50 @@ layout: default
|
|||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<h2><i class="fa fa-question-circle"></i> What Is NUnit</h2>
|
||||
|
||||
<p>NUnit is a unit-testing framework for all .Net languages. Initially ported from <a href="http://www.junit.org/">JUnit</a>, the current
|
||||
production release, version 3.0, has been completely rewritten with many new features and support for a wide range of
|
||||
.NET platforms.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
|
||||
<div class="col-sm-4">
|
||||
<h2><i class="fa fa-check-square-o"></i> License</h2>
|
||||
|
||||
<p>NUnit is Open Source software and NUnit 3.0 is released under the <a href="/nuget/nunit3-license.txt">MIT license</a>. Earlier releases
|
||||
used the <a href="/nuget/license.html">NUnit license</a>.</p>
|
||||
<div class="content">
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<h2><i class="fa fa-question-circle"></i> What Is NUnit</h2>
|
||||
|
||||
<p>Both of these licenses allow the use of NUnit in free and commercial applications
|
||||
and libraries without restrictions.</p>
|
||||
<p>NUnit is a unit-testing framework for all .Net languages. Initially ported from <a href="http://www.junit.org/">JUnit</a>, the current
|
||||
production release, version 3.0, has been completely rewritten with many new features and support for a wide range of
|
||||
.NET platforms.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-4">
|
||||
<h2><i class="fa fa-users"></i> About Us</h2>
|
||||
<div class="row">
|
||||
|
||||
<p>NUnit 3.0 was created by <a href="http://www.charliepoole.org/">Charlie Poole</a>, <a href="http://www.alteridem.net/">Rob Prouse</a>,
|
||||
<a href="http://simoneb.github.io/">Simone Busoli</a>, Neil Colvin and numerous community contributors.</p>
|
||||
|
||||
<p>Earlier versions of NUnit were developed by Charlie Poole, James Newkirk, Alexei Vorontsov, Michael Two and Philip Craig.</p>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<h2><i class="fa fa-check-square-o"></i> License</h2>
|
||||
|
||||
<div class="col-sm-4">
|
||||
<h2><i class="fa fa-usd"></i> Donations</h2>
|
||||
<p>NUnit is Open Source software and NUnit 3.0 is released under the <a href="/nuget/nunit3-license.txt">MIT license</a>. Earlier releases
|
||||
used the <a href="/nuget/license.html">NUnit license</a>.</p>
|
||||
|
||||
<p>Both of these licenses allow the use of NUnit in free and commercial applications
|
||||
and libraries without restrictions.</p>
|
||||
</div>
|
||||
|
||||
<p>The NUnit team invests a great deal of time and effort to make NUnit a useful tool. In addition, we have expenses. We have
|
||||
to purchase domain names, arrange for web site hosting and acquire equipment.</p>
|
||||
|
||||
<p>Financial contributions are one way you can help to ensure that NUnit continues to develop and remains free
|
||||
and open software. For more information or to view a list of donors, see our <a href="/donations/">Donations</a> page.</p>
|
||||
<div class="col-sm-4">
|
||||
<h2><i class="fa fa-users"></i> About Us</h2>
|
||||
|
||||
<p> {% include paypal.html %} </p>
|
||||
|
||||
<p>NUnit 3.0 was created by <a href="http://www.charliepoole.org/">Charlie Poole</a>, <a href="http://www.alteridem.net/">Rob Prouse</a>,
|
||||
<a href="http://simoneb.github.io/">Simone Busoli</a>, Neil Colvin and numerous community contributors.</p>
|
||||
|
||||
<p>Earlier versions of NUnit were developed by Charlie Poole, James Newkirk, Alexei Vorontsov, Michael Two and Philip Craig.</p>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-4">
|
||||
<h2><i class="fa fa-usd"></i> Donations</h2>
|
||||
|
||||
<p>The NUnit team invests a great deal of time and effort to make NUnit a useful tool. In addition, we have expenses. We have
|
||||
to purchase domain names, arrange for web site hosting and acquire equipment.</p>
|
||||
|
||||
<p>Financial contributions are one way you can help to ensure that NUnit continues to develop and remains free
|
||||
and open software. For more information or to view a list of donors, see our <a href="/donations/">Donations</a> page.</p>
|
||||
|
||||
<p> {% include paypal.html %} </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Загрузка…
Ссылка в новой задаче