diff options
Diffstat (limited to 'web/style/layout.css')
-rw-r--r-- | web/style/layout.css | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/web/style/layout.css b/web/style/layout.css index 9f2d51c..ef151c4 100644 --- a/web/style/layout.css +++ b/web/style/layout.css @@ -163,11 +163,10 @@ footer p { content: "arrow_back"; } -.icon::before { - margin-right: 0.2em; -} - -.material-icons, .cardhover.item .play, .page.node .title .play::before, .icon::before { +.cardhover.item .play, +.page.node .title .play::before, +.icon::before, +.iicon { font-family: "Material Icons"; line-height: 1; font-size: 1.1em; @@ -175,4 +174,4 @@ footer p { display: inline-block; text-rendering: optimizeLegibility; font-feature-settings: "liga"; -}
\ No newline at end of file +} |