Skip to content
Snippets Groups Projects
Commit c300ee29 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Fix network layout

parent 915abe1c
No related branches found
No related tags found
No related merge requests found
......@@ -185,8 +185,8 @@ $screen-lg: 1200px;
}
@media screen and (min-width: $screen-md) {
.hidden-sm {
display: inherit !important;
visibility: visible !important;
display: inherit;
visibility: visible;
}
.row.hidden-sm {
display: flex !important;
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment