Difference between revisions of "Widget:UseCaseList"

From LINKS Community Center
Jump to: navigation, search
Line 44: Line 44:
 
             z-index: 100;
 
             z-index: 100;
 
             padding: 2em;
 
             padding: 2em;
            width: 45vw;
 
 
             background: #fff;
 
             background: #fff;
 
             border: 1px solid var(--links-cyan);
 
             border: 1px solid var(--links-cyan);
Line 50: Line 49:
 
             box-shadow: -10px 10px 10px 5px rgb(0 0 0 / 10%);
 
             box-shadow: -10px 10px 10px 5px rgb(0 0 0 / 10%);
 
             transition: all 400ms ease-in-out;
 
             transition: all 400ms ease-in-out;
 +
        }
 +
 +
        @media only screen and (orientation: landscape) {
 +
            #uc-filters {
 +
                width: 45vw;
 +
            }
 
         }
 
         }
  

Revision as of 15:48, 6 May 2024

Current version of the List of Use Cases.
Currently in use – do not modify!