Template:FrDS/core.css: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
RLopez-WMF (talk | contribs)
No edit summary
RLopez-WMF (talk | contribs)
No edit summary
Line 105: Line 105:
width: 20px;
width: 20px;
}
}
/* Images */

img.full-width{
width: 100%;
}
@media only screen and (min-width:960px) {
@media only screen and (min-width:960px) {
h1,
h1,
Line 134: Line 137:
.hide-desktop{
.hide-desktop{
display: none;
display: none;
}
img.full-width{
width: initial;
}
}
}
}