Browse Source

.page-title class

tags/v1.0.0
Uvis Grinfelds 9 years ago
parent
commit
65b5708e30
2 changed files with 6 additions and 6 deletions
  1. +5
    -5
      transfersh-web/index.html
  2. +1
    -1
      transfersh-web/styles/includes/global.less

+ 5
- 5
transfersh-web/index.html View File

@@ -34,7 +34,7 @@ include "includes/head.html"
<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">
<div id="from-terminal" class="box col-md-8 col-md-offset-2 col-xs-12">
<div class="terminal-top">

</div>
@@ -118,7 +118,7 @@ include "includes/head.html"

<section id="samples">
<div class="wrapper">
<h2>
<h2 class="page-title">
Sample use cases
</h2>
<div class="row">
@@ -257,7 +257,7 @@ include "includes/head.html"

<section id="share">
<div class="wrapper">
<h2>Follow on GitHub</h2>
<h2 class="page-title">Follow on GitHub</h2>
<br>
<br>

@@ -322,7 +322,7 @@ include "includes/head.html"

<section id="share">
<div class="wrapper">
<h2>Share the love</h2>
<h2 class="page-title">Share the love</h2>
<ul class="share-buttons">
<li>
<a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Ftransfer.sh&t=" target="_blank" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=' + encodeURIComponent(document.URL) + '&t=' + encodeURIComponent(document.URL)); return false;"> <i class="icon-facebook"></i>
@@ -346,7 +346,7 @@ include "includes/head.html"
<section id="contact">
<div class="wrapper">
<i class="icon-mail"></i>
<h2>
<h2 class="page-title">
Any questions?
</h2>
<a href="#" data-uv-trigger class="btn-cta">contact us</a>


+ 1
- 1
transfersh-web/styles/includes/global.less View File

@@ -46,7 +46,7 @@ body {
}


h2 {
.page-title {
text-align: center;
font-size: 35px;
@media (min-width: @screen-sm-min) {


Loading…
Cancel
Save