Commit 82a464b4 authored by Guillaume Seguin's avatar Guillaume Seguin

Tune small displays CSS

parent 887fcfe4
......@@ -82,6 +82,11 @@ h2 {
width: auto;
}
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
margin-left: 0;
margin-right: 0;
}
.navbar-collapse {
background-color: #333;
color: #fff;
......@@ -147,6 +152,8 @@ h2 {
.home .row .col-md-4, .home .row .col-md-8 {
margin-left: auto;
margin-right: auto;
padding-left: 0;
padding-right: 0;
}
}
......@@ -321,6 +328,12 @@ h2 {
margin-bottom: 20px;
}
.container.content {
padding-left: 15px;
padding-right: 15px;
text-align: justify;
}
/* FOOTER
-------------------------------------------------- */
......
......@@ -218,7 +218,7 @@
<div class="main">
<div id="download" class="separator bg-purple"></div>
<div class="container download">
<div class="container content download">
<h2 class="border-purple">Download</h2>
<ul>
<li><a href="https://github.com/kliment/Printrun">Git repository</a>, clone it with <tt>git clone https://github.com/kliment/Printrun.git</tt></li>
......@@ -235,7 +235,7 @@
<div class="main">
<div id="docs" class="separator bg-orange"></div>
<div class="container docs">
<div class="container content docs">
<h2 class="border-orange">Documentation</h2>
<p>Coming soon™. <a href="https://github.com/kliment/Printrun/blob/master/README.md">README.md</a> is currently the best source for documentation on how to install, configure and use Printrun.<br />
If you need any help, try asking on IRC in <tt>#reprap</tt> on <tt>irc.freenode.net</tt> (feel free to highlight <tt>Kliment</tt> and <tt>iXce</tt>).<br />
......@@ -245,7 +245,7 @@
<div class="main">
<div id="about" class="separator bg-green"></div>
<div class="container about">
<div class="container content about">
<h2 class="border-green">About</h2>
<p>Printrun is free, open-source software, licensed under the GNU General Public License, version 2.<br />
Printrun was created by <a href="https://0xfb.com/">Kliment Yanev</a>, and is now co-maintained by him and <a href="http://guillaume.segu.in/">Guillaume "<tt>iXce</tt>" Seguin</a>.<br />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment