Fixed spacing on detail page
This commit is contained in:
parent
0a06dda195
commit
41acc30519
@ -36,6 +36,10 @@ p {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.data {
|
||||
padding-bottom: 75px;
|
||||
}
|
||||
|
||||
@media(min-width:768px) {
|
||||
p {
|
||||
margin: 0 0 35px;
|
||||
|
@ -58,7 +58,7 @@
|
||||
<header class="intro">
|
||||
<div class="intro-body">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="row data">
|
||||
<div class="col-md-8 col-md-offset-2">
|
||||
<h1 class="brand-heading">
|
||||
<i class="fa fa-cogs fa-2x" aria-hidden="true"></i>
|
||||
@ -88,8 +88,8 @@
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<section id="network" class="container content-section text-center">
|
||||
<div class="row" style="text-align: left;">
|
||||
<section id="listing" class="container content-section text-center">
|
||||
<div class="row data" style="text-align: left;">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<h2><i class="fa fa-lock" aria-hidden="true"></i> Virtual Private Networking</h2>
|
||||
<br>
|
||||
@ -106,7 +106,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row" style="text-align: left;">
|
||||
<div class="row data" style="text-align: left;">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<h2><i class="fa fa-users" aria-hidden="true"></i> Active Directory</h2>
|
||||
<br>
|
||||
@ -120,7 +120,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row" style="text-align: left;">
|
||||
<div class="row data" style="text-align: left;">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<h2><i class="fa fa-cloud" aria-hidden="true"></i> Network Storage</h2>
|
||||
<br>
|
||||
@ -139,7 +139,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row" style="text-align: left;">
|
||||
<div class="row data" style="text-align: left;">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<h2><i class="fa fa-ticket" aria-hidden="true"></i> Plex Media Server</h2>
|
||||
<br>
|
||||
@ -156,14 +156,14 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row" style="text-align: left;">
|
||||
<div class="row data" style="text-align: left;">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<h2><i class="fa fa-gitlab" aria-hidden="true"></i> Gitlab</h2>
|
||||
<br>
|
||||
<p class="documentation">
|
||||
<a href="https://about.gitlab.com/">Gitlab</a> is a <a href="https://github.com/">GitHub</a> alternative that provides Git source control, data integration, and collaboration tools via a web interface. Most major projects, or parts of them at least, are stored on the Gitlab server, as it is used for personal, academic, and professional development projects.
|
||||
<br><br>
|
||||
The ENPN runs <a href="https://gitlab.com/gitlab-org/gitlab-ce">Gitlab Community Edition (CE)</a>.
|
||||
ENPN runs <a href="https://gitlab.com/gitlab-org/gitlab-ce">Gitlab Community Edition (CE)</a>.
|
||||
<br><br>
|
||||
<b>Connecting to the ENPN Gitlab server requires VPN access</b>
|
||||
</p>
|
||||
@ -173,7 +173,7 @@
|
||||
|
||||
<footer>
|
||||
<div class="container text-center">
|
||||
<p style="color: #606060;"><i>©2017 ENPaul - 2017-08-30</i></p>
|
||||
<p style="color: #606060;"><i>©2017 ENPaul - 2017-08-31</i></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user