mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2020-11-18 19:53:40 -08:00
.page-title class
This commit is contained in:
parent
7b228f3f68
commit
65b5708e30
@ -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>
|
||||
|
@ -46,7 +46,7 @@ body {
|
||||
}
|
||||
|
||||
|
||||
h2 {
|
||||
.page-title {
|
||||
text-align: center;
|
||||
font-size: 35px;
|
||||
@media (min-width: @screen-sm-min) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user