We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ac430 commit 20ccc2dCopy full SHA for 20ccc2d
index.html
@@ -99,7 +99,7 @@ <h3>Treinamento</h3>
99
</section>
100
<section id="projects"><a name="projetos" class="anchor clearfix"></a>
101
<div class="wrap">
102
- <h2>É nesse ritmo que fazemos aplicativos Mobile e Web</h2>
+ <h2>É nesse ritmo que fazemos<br />aplicativos <span>Mobile</span> e <span>Web</span>.</h2>
103
</div>
104
<nav class="clearfix">
105
public/styles/style.css
@@ -299,6 +299,12 @@ a.anchor{
299
#projects > div.wrap.title{
300
height:180px;
301
}
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
308
#projects div.wrap nav#slider{
309
height:220px;
310
overflow:hidden;
0 commit comments