mfbs

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

commit
92057f1071b33704a8db045c4ed849ddcb55ef88
parent
161d2d698bffa21e641a5ec9d5f1b7a9b24002a1
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2021-07-15 06:29
restrict max-width for video

Diffstat

M sass/base.scss 3 ++-

1 files changed, 2 insertions, 1 deletions


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

@@ -4,7 +4,8 @@
    4     4     box-sizing: border-box;
    5     5 }
    6     6 
    7    -1 img {
   -1     7 img,
   -1     8 video {
    8     9     max-width: 100%;
    9    10 }
   10    11