Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/humrochagf/colordrop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorHumberto Rocha <humrochagf@gmail.com>2019-08-07 23:42:18 +0300
committerHumberto Rocha <humrochagf@gmail.com>2019-08-07 23:42:18 +0300
commita55919fd662dd0817f816d9a3c142b2929ee323d (patch)
tree23f6becf6c79c57473c6fa1c6ce86ebf069ef0a6 /assets
parent5f78c95c64ef49f1cf59460737e9133588713431 (diff)
Add videogif shortcode
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_global.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/sass/_global.scss b/assets/sass/_global.scss
index ad0ebbc..b35c24c 100644
--- a/assets/sass/_global.scss
+++ b/assets/sass/_global.scss
@@ -16,7 +16,7 @@ body {
}
}
-p img {
+p img, .videogif {
width: 100%;
margin-left: 0;
margin-right: 0;