mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
inline-block instead of inline
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
.navigation img {
|
||||
height: 1em;
|
||||
vertical-align: baseline;
|
||||
display: inline;
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border-radius: 0;
|
||||
|
||||
Reference in New Issue
Block a user