More actions
Created page with "→{{pp-template}}: @media all and (max-width:720px) { .rquote { width:auto !important; float:none !important; } }" |
No edit summary |
||
Line 1: | Line 1: | ||
/* | /* [[Category:CSS from Wikimedia]] */ | ||
@media all and (max-width:720px) { | @media all and (max-width:720px) { | ||
.rquote { | .rquote { |
Latest revision as of 04:17, 5 March 2025
/* [[Category:CSS from Wikimedia]] */
@media all and (max-width:720px) {
.rquote {
width:auto !important;
float:none !important;
}
}