Difference between revisions of "Widget:GuidelinesList"

From LINKS Community Center
Jump to: navigation, search
Line 43: Line 43:
 
             z-index: 100;
 
             z-index: 100;
 
             padding: 2em;
 
             padding: 2em;
            width: 45vw;
 
 
             background: #fff;
 
             background: #fff;
 
             border: 1px solid var(--links-orange);
 
             border: 1px solid var(--links-orange);
Line 49: Line 48:
 
             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) {
 +
            #gl-filters {
 +
                width: 45vw;
 +
            }
 
         }
 
         }
  

Revision as of 15:46, 6 May 2024

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