mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
[Docs] Limit .fa { display: inline }
within #main-content
Otherwise the items in the side menu won't line up. Sorry about this oversight in my recent commit.
This commit is contained in:
parent
b56c9db6dc
commit
0e60c5137e
1 changed files with 1 additions and 1 deletions
2
docs/static/css/style.css
vendored
2
docs/static/css/style.css
vendored
|
@ -522,7 +522,7 @@ dd {
|
|||
}
|
||||
|
||||
/* Prevent linebreak right after an icon */
|
||||
.fa {
|
||||
#main-content .fa {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue