diff options
Diffstat (limited to '_extensions/dragonstyle/unsplash/style.css')
-rw-r--r-- | _extensions/dragonstyle/unsplash/style.css | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/_extensions/dragonstyle/unsplash/style.css b/_extensions/dragonstyle/unsplash/style.css deleted file mode 100644 index 42f9620..0000000 --- a/_extensions/dragonstyle/unsplash/style.css +++ /dev/null @@ -1,25 +0,0 @@ -.unsplash-container { - overflow: hidden; - margin-bottom: 1em; -} - -.unsplash-container img { - object-fit: cover; - width: 100%; -} - -.unsplash-container.float-right { - float: right; - padding-left: 0.75em; -} - -.unsplash-container.float-left { - float: left; - padding-right: 0.75em; -} - -.unsplash-container.float-center { - float: center; - padding-left: 0.75em; - padding-right: 0.75em; -}
\ No newline at end of file |