added .page-title class

This commit is contained in:
Uvis Grinfelds 2014-11-13 15:43:48 +01:00
parent 2854b1e9d5
commit 7b228f3f68
6 changed files with 7 additions and 7 deletions

View file

@ -17,7 +17,7 @@ include "includes/head.html"
<section id="home">
<div class="wrapper">
<br/>
<h2>{{.Filename}}</h2>
<h2 class="page-title">{{.Filename}}</h2>
<h4>type: <b>{{.ContentType}}</b></h4>
<h4>size: <b>{{.ContentLength | format "#,###."}}</b> bytes</h4>
<div>

View file

@ -16,7 +16,7 @@ include "includes/head.html"
<section id="home">
<div class="wrapper">
<br/>
<h2> {{.Filename}}</h2>
<h2 class="page-title" > {{.Filename}}</h2>
<h4>type: <b>{{.ContentType}}</b></h4>
<h4>size: <b>{{.ContentLength | format "#,###."}}</b> bytes</h4>
<div class="row animated fadeInDown">

View file

@ -16,7 +16,7 @@ include "includes/head.html"
<section id="home">
<div class="wrapper">
<br/>
<h2>{{.Filename}}</h2>
<h2 class="page-title">{{.Filename}}</h2>
<h4>type: <b>{{.ContentType}}</b></h4>
<h4>size: <b>{{.ContentLength | format "#,###."}}</b> bytes</h4>
<div class="row animated fadeInDown">

View file

@ -17,7 +17,7 @@ include "includes/head.html"
<section id="home">
<div class="wrapper">
<br/>
<h2> {{.Filename}}</h2>
<h2 class="page-title"> {{.Filename}}</h2>
<h4>type: <b>{{.ContentType}}</b></h4>
<h4>size: <b>{{.ContentLength | format "#,###."}}</b> bytes</h4>
<div class="row animated fadeInDown">

View file

@ -31,7 +31,7 @@ include "includes/head.html"
<section id="home">
<div class="wrapper">
<h2>
<h2 class="page-title">
Easy file sharing from the command line</h2>
<div class="row animated fadeInDown">
<div id="from-terminal" class=" box col-md-8 col-md-offset-2 col-xs-12">

View file

@ -1,11 +1,11 @@
#home {
text-align: center;
h2 {
.page-title {
font-size: 30px;
}
@media (min-width: @screen-sm-min) {
padding: 50px;
h2 {
.page-title {
font-size: 45px;
margin-top: -20px;
margin-bottom: 45px;