Skip to content

Commit 30448e2

Browse files
committed
css: spacing tweaks
1 parent d612a6f commit 30448e2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css/codeception.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ ul.navbar-nav {
211211
}
212212

213213
.row.home-btns{
214-
margin-bottom:35px;
214+
margin-top:40px;
215+
margin-bottom:40px;
215216
}
216217

217218
.well.dark{
@@ -232,14 +233,14 @@ ul.navbar-nav {
232233
width:100%;
233234
height:600px;
234235
left:0px;
235-
top:50px;
236+
top:50px; // space for the navbar
236237
position:absolute;
237238
background:#042943 no-repeat center center;
238239
background-image: url(../images/home-bg.jpg);
239240
background-size:cover;
240241
display:block;
241242
text-align:center;
242-
padding-top:85px;
243+
padding-top:80px;
243244
}
244245

245246
@media screen and (max-width : 1260px) {

0 commit comments

Comments
 (0)