Added tag svg for RWD

Just to avoid inline svg be out of their container
This commit is contained in:
Nicolas Hoffmann 2015-04-25 09:18:22 +02:00
parent 4b5e6929eb
commit bbb8abf1e7

View File

@ -244,7 +244,8 @@ code,
pre, pre,
textarea, textarea,
input, input,
video { video,
svg {
max-width: 100%; max-width: 100%;
} }