mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-19 21:21:39 +02: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:
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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user