User:4erospace/sandbox: Difference between revisions
m CSS test |
m CSS test |
||
Line 107: | Line 107: | ||
border-radius: 10px; | border-radius: 10px; | ||
border-color: #eaecf0; | border-color: #eaecf0; | ||
container-name: map; | |||
} | } | ||
Line 124: | Line 125: | ||
} | } | ||
@media screen { | |||
html.skin-theme-clientpref-night #welcome-box #featured-article #second-container { | html.skin-theme-clientpref-night #welcome-box #featured-article #second-container { | ||
border-color: #404244; | border-color: #404244; | ||
Line 137: | Line 138: | ||
} | } | ||
} | |||
@container map (width < 700px) { | |||
display: none; | |||
} | } | ||