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:20:31 +02:00
parent 4b5e6929eb
commit a50b031928

View File

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