Skip to content

Commit 7b702ed

Browse files
committed
Melhoramento para telas menores
1 parent 56c1df5 commit 7b702ed

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

css/main.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ a:visited { color: #205caa; }
4343
.container,
4444
.grid {
4545
margin: 0 auto;
46+
margin-bottom: 40px;
4647
}
4748
.container {
4849
padding-left: 30px;
@@ -424,6 +425,22 @@ a:visited { color: #205caa; }
424425
width: auto;
425426
float: none;
426427
clear: both;
428+
text-align: center;
429+
}
430+
431+
.hero {
432+
margin-top: 20px;
433+
margin-bottom: 30px;
434+
}
435+
436+
.hero h2 {
437+
line-height: 1.2em;
438+
margin-bottom: 20px;
439+
}
440+
441+
.grid {
442+
margin-top: 40px;
443+
margin-bottom: 20px;
427444
}
428445

429446
}

0 commit comments

Comments
 (0)