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