diff --git a/transfersh-web/download.html b/transfersh-web/download.html index bdc5264..597b1d3 100644 --- a/transfersh-web/download.html +++ b/transfersh-web/download.html @@ -17,7 +17,7 @@ include "includes/head.html"

-

{{.Filename}}

+

{{.Filename}}

type: {{.ContentType}}

size: {{.ContentLength | format "#,###."}} bytes

diff --git a/transfersh-web/download.image.html b/transfersh-web/download.image.html index 977ae67..55d7d31 100644 --- a/transfersh-web/download.image.html +++ b/transfersh-web/download.image.html @@ -16,7 +16,7 @@ include "includes/head.html"

-

{{.Filename}}

+

{{.Filename}}

type: {{.ContentType}}

size: {{.ContentLength | format "#,###."}} bytes

diff --git a/transfersh-web/download.markdown.html b/transfersh-web/download.markdown.html index 642c683..e182153 100644 --- a/transfersh-web/download.markdown.html +++ b/transfersh-web/download.markdown.html @@ -16,7 +16,7 @@ include "includes/head.html"

-

{{.Filename}}

+

{{.Filename}}

type: {{.ContentType}}

size: {{.ContentLength | format "#,###."}} bytes

diff --git a/transfersh-web/download.video.html b/transfersh-web/download.video.html index 56a4aed..a8a2628 100644 --- a/transfersh-web/download.video.html +++ b/transfersh-web/download.video.html @@ -17,7 +17,7 @@ include "includes/head.html"

-

{{.Filename}}

+

{{.Filename}}

type: {{.ContentType}}

size: {{.ContentLength | format "#,###."}} bytes

diff --git a/transfersh-web/index.html b/transfersh-web/index.html index 6c51eca..fb98440 100644 --- a/transfersh-web/index.html +++ b/transfersh-web/index.html @@ -31,7 +31,7 @@ include "includes/head.html"
-

+

Easy file sharing from the command line

diff --git a/transfersh-web/styles/includes/home.less b/transfersh-web/styles/includes/home.less index a709d42..5c48f7c 100644 --- a/transfersh-web/styles/includes/home.less +++ b/transfersh-web/styles/includes/home.less @@ -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;