Taille titre portfolio

This commit is contained in:
nyanloutre 2017-07-15 14:51:29 +02:00
parent 91b0e717fc
commit f2f8507b9b
No known key found for this signature in database
GPG Key ID: 4177A74B460FAFD2
4 changed files with 10 additions and 6 deletions

View File

@ -344,7 +344,10 @@ header.masthead {
.btn-xl {
padding: 15px 30px; }
#about h2 {
font-family: descuadrado; }
#about {
padding: 50px 0; }
#about h1 {
font-family: descuadrado;
font-size: 4rem; }
/*# sourceMappingURL=creative.css.map */

File diff suppressed because one or more lines are too long

View File

@ -82,8 +82,7 @@
<div class="container">
<div class="row">
<div class="col-lg-8 offset-lg-2 text-center">
<h2 class="section-heading text-white">Portfolio</h2>
<hr class="light">
<h1 class="section-heading text-white">Portfolio</h1>
</div>
</div>
</div>

View File

@ -1,5 +1,7 @@
#about {
h2 {
padding: 50px 0;
h1 {
font-family: descuadrado;
font-size: 4rem;
}
}