mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-12-26 04:10:18 +01:00
added .page-title class
This commit is contained in:
parent
2854b1e9d5
commit
7b228f3f68
6 changed files with 7 additions and 7 deletions
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue