Skip to content

Commit 4b90897

Browse files
committed
optimize brand logo sizing
+ fix sizing of logo (slightly bigger) + ...then a bunch of padding css can be removed
1 parent 9085cd8 commit 4b90897

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

css/codeception.css

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,14 @@ body .navbar.nav-custom {
1414
}
1515

1616
body .navbar-brand img{
17-
width: 50px;
18-
margin-left: 10px;
19-
margin-top: 10px;
20-
}
21-
22-
body .nav-custom .navbar-nav {
23-
padding-top: 5px;
24-
}
25-
26-
@media screen and (max-device-width : 760px) {
27-
body .nav-custom .navbar-nav {
28-
padding-top: 0px;
29-
}
17+
height: 50px;
18+
margin-left: 8px;
3019
}
3120

3221
body .nav-custom .navbar-nav>li>a {
3322
color: #CCD4D9;
3423
font-size:13px;
3524
font-weight:600;
36-
3725
}
3826

3927
body .nav-custom .navbar-brand {

0 commit comments

Comments
 (0)