mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-12-26 20:30: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">
|
<section id="home">
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<br/>
|
<br/>
|
||||||
<h2>{{.Filename}}</h2>
|
<h2 class="page-title">{{.Filename}}</h2>
|
||||||
<h4>type: <b>{{.ContentType}}</b></h4>
|
<h4>type: <b>{{.ContentType}}</b></h4>
|
||||||
<h4>size: <b>{{.ContentLength | format "#,###."}}</b> bytes</h4>
|
<h4>size: <b>{{.ContentLength | format "#,###."}}</b> bytes</h4>
|
||||||
<div>
|
<div>
|
||||||
|
|
|
@ -16,7 +16,7 @@ include "includes/head.html"
|
||||||
<section id="home">
|
<section id="home">
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<br/>
|
<br/>
|
||||||
<h2> {{.Filename}}</h2>
|
<h2 class="page-title" > {{.Filename}}</h2>
|
||||||
<h4>type: <b>{{.ContentType}}</b></h4>
|
<h4>type: <b>{{.ContentType}}</b></h4>
|
||||||
<h4>size: <b>{{.ContentLength | format "#,###."}}</b> bytes</h4>
|
<h4>size: <b>{{.ContentLength | format "#,###."}}</b> bytes</h4>
|
||||||
<div class="row animated fadeInDown">
|
<div class="row animated fadeInDown">
|
||||||
|
|
|
@ -16,7 +16,7 @@ include "includes/head.html"
|
||||||
<section id="home">
|
<section id="home">
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<br/>
|
<br/>
|
||||||
<h2>{{.Filename}}</h2>
|
<h2 class="page-title">{{.Filename}}</h2>
|
||||||
<h4>type: <b>{{.ContentType}}</b></h4>
|
<h4>type: <b>{{.ContentType}}</b></h4>
|
||||||
<h4>size: <b>{{.ContentLength | format "#,###."}}</b> bytes</h4>
|
<h4>size: <b>{{.ContentLength | format "#,###."}}</b> bytes</h4>
|
||||||
<div class="row animated fadeInDown">
|
<div class="row animated fadeInDown">
|
||||||
|
|
|
@ -17,7 +17,7 @@ include "includes/head.html"
|
||||||
<section id="home">
|
<section id="home">
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<br/>
|
<br/>
|
||||||
<h2> {{.Filename}}</h2>
|
<h2 class="page-title"> {{.Filename}}</h2>
|
||||||
<h4>type: <b>{{.ContentType}}</b></h4>
|
<h4>type: <b>{{.ContentType}}</b></h4>
|
||||||
<h4>size: <b>{{.ContentLength | format "#,###."}}</b> bytes</h4>
|
<h4>size: <b>{{.ContentLength | format "#,###."}}</b> bytes</h4>
|
||||||
<div class="row animated fadeInDown">
|
<div class="row animated fadeInDown">
|
||||||
|
|
|
@ -31,7 +31,7 @@ include "includes/head.html"
|
||||||
|
|
||||||
<section id="home">
|
<section id="home">
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<h2>
|
<h2 class="page-title">
|
||||||
Easy file sharing from the command line</h2>
|
Easy file sharing from the command line</h2>
|
||||||
<div class="row animated fadeInDown">
|
<div class="row animated fadeInDown">
|
||||||
<div id="from-terminal" class=" box col-md-8 col-md-offset-2 col-xs-12">
|
<div id="from-terminal" class=" box col-md-8 col-md-offset-2 col-xs-12">
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
#home {
|
#home {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
h2 {
|
.page-title {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
}
|
}
|
||||||
@media (min-width: @screen-sm-min) {
|
@media (min-width: @screen-sm-min) {
|
||||||
padding: 50px;
|
padding: 50px;
|
||||||
h2 {
|
.page-title {
|
||||||
font-size: 45px;
|
font-size: 45px;
|
||||||
margin-top: -20px;
|
margin-top: -20px;
|
||||||
margin-bottom: 45px;
|
margin-bottom: 45px;
|
||||||
|
|
Loading…
Reference in a new issue