mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 04:24:50 +01:00
Fix the rendering of compatibility lists (#590)
The compatibility div contains a span in its text, so making it a flex container produces a weird rendering
This commit is contained in:
parent
e9fc66b955
commit
4a1b2fb212
@ -112,6 +112,7 @@
|
||||
.compatibility {
|
||||
font-weight: 600;
|
||||
color: $sl-color--midnight-blue;
|
||||
display: block;
|
||||
|
||||
+ div { border: 0; }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user