Taille titre portfolio
This commit is contained in:
parent
91b0e717fc
commit
f2f8507b9b
4 changed files with 10 additions and 6 deletions
|
@ -344,7 +344,10 @@ header.masthead {
|
||||||
.btn-xl {
|
.btn-xl {
|
||||||
padding: 15px 30px; }
|
padding: 15px 30px; }
|
||||||
|
|
||||||
#about h2 {
|
#about {
|
||||||
font-family: descuadrado; }
|
padding: 50px 0; }
|
||||||
|
#about h1 {
|
||||||
|
font-family: descuadrado;
|
||||||
|
font-size: 4rem; }
|
||||||
|
|
||||||
/*# sourceMappingURL=creative.css.map */
|
/*# sourceMappingURL=creative.css.map */
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -82,8 +82,7 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-8 offset-lg-2 text-center">
|
<div class="col-lg-8 offset-lg-2 text-center">
|
||||||
<h2 class="section-heading text-white">Portfolio</h2>
|
<h1 class="section-heading text-white">Portfolio</h1>
|
||||||
<hr class="light">
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#about {
|
#about {
|
||||||
h2 {
|
padding: 50px 0;
|
||||||
|
h1 {
|
||||||
font-family: descuadrado;
|
font-family: descuadrado;
|
||||||
|
font-size: 4rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue