diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2024-02-06 16:22:31 +0100 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2024-02-06 16:22:31 +0100 |
| commit | 7891359887d89b197b0db7ccb3781644c2e4faec (patch) | |
| tree | 3c5b5549a2e5fd3f4b1c4c67aac6fc192c5c5f71 /_extensions/dragonstyle/unsplash/style.css | |
| parent | c19ba387fcde6aa1dbfda2cce731e14e908f549a (diff) | |
drop extensions
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 |
