mfbs

CSS microframework
git clone https://git.ce9e.org/mfbs.git

commit
86d73d0db6c8d4982adc696d5391f3337c503aa2
parent
cbe8091a51abb7834a0557a8fe11797299d992f9
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-05-05 13:24
only limit max-width on img

Diffstat

M sass/base.scss 3 +++

1 files changed, 3 insertions, 0 deletions


diff --git a/sass/base.scss b/sass/base.scss

@@ -6,6 +6,9 @@
    6     6 *::before,
    7     7 *::after {
    8     8     box-sizing: inherit;
   -1     9 }
   -1    10 
   -1    11 img {
    9    12     max-width: 100%;
   10    13 }
   11    14