Skip to content

Commit 20ccc2d

Browse files
committed
Título de projetos alterado
1 parent 42ac430 commit 20ccc2d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h3>Treinamento</h3>
9999
</section>
100100
<section id="projects"><a name="projetos" class="anchor clearfix"></a>
101101
<div class="wrap">
102-
<h2>É nesse ritmo que fazemos aplicativos Mobile e Web</h2>
102+
<h2>É nesse ritmo que fazemos<br />aplicativos <span>Mobile</span> e <span>Web</span>.</h2>
103103
</div>
104104
<nav class="clearfix">
105105
<div class="wrap">

public/styles/style.css

+6
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,12 @@ a.anchor{
299299
#projects > div.wrap.title{
300300
height:180px;
301301
}
302+
#projects > div.wrap.title h2{
303+
font-size:4.3em;
304+
}
305+
#projects > div.wrap.title h2 span{
306+
font-size:1.3em;
307+
}
302308
#projects div.wrap nav#slider{
303309
height:220px;
304310
overflow:hidden;

0 commit comments

Comments
 (0)