Skip to content

Commit cb3c90a

Browse files
committed
Nicer icon alignment in the navbar
1 parent 61c49ef commit cb3c90a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

www/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1857,6 +1857,10 @@ html,body{
18571857
background-image: linear-gradient(top, #7d7e7d, #0e0e0e);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7d7e7d, endColorstr=#0e0e0e);
18581858
}
18591859

1860+
.nav li a img {
1861+
vertical-align: text-bottom;
1862+
}
1863+
18601864
@media (min-width: 768px) and (max-width: 1200px) {
18611865
.navbar .nav li a {
18621866
padding: 10px 5px 10px 5px !important;

0 commit comments

Comments
 (0)