b16a13c3 by Jeremy Groot

updates

1 parent baf0857e
......@@ -14548,6 +14548,7 @@ article > h5 {
display: flex;
padding-right: 0;
align-items: center;
text-decoration: none !important;
}
#brokercontent .col-sm-smallMenu .tab_menu > img {
flex-basis: 20%;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -361,6 +361,7 @@ article {
display: flex;
padding-right:0;
align-items: center;
text-decoration: none !important;
& > img {
flex-basis: 20%;
}
......