File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
packages/openneuro-app/src/scripts/scss/dataset Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 4949 display : flex ;
5050 justify-content : space-between ;
5151 align-content : center ;
52- @media (max-width : 767 px ) {
52+ @media (max-width : 990 px ) {
5353 flex-wrap : wrap ;
5454 }
5555 > span {
5656 display : block ;
57- min-width : 25 % ;
57+ min-width : 23.333333 % ;
5858 margin-bottom : 11px ;
59+ & :nth-child (2 ){
60+ min-width : 30% ;
61+ word-wrap : break-word ;
62+ }
5963 label {
6064 font-weight : bold ;
6165 font-size : 14px ;
6266 display : none ;
63- @media (max-width : 767 px ) {
67+ @media (max-width : 990 px ) {
6468 display : block ;
6569 }
6670 }
7579 .data-table-header {
7680 font-weight : bold ;
7781 font-size : 14px ;
78- @media (max-width : 767 px ) {
82+ @media (max-width : 990 px ) {
7983 display : none ;
8084 }
8185 }
You can’t perform that action at this time.
0 commit comments