Fix wrong flex direction for non-video cards

This commit is contained in:
Zed
2019-10-26 15:53:59 +02:00
parent 371a2473bc
commit a01265fa48
2 changed files with 5 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
overflow: hidden;
color: inherit;
display: flex;
flex-direction: column;
flex-direction: row;
text-decoration: none !important;
&:hover {