From 7891359887d89b197b0db7ccb3781644c2e4faec Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 6 Feb 2024 16:22:31 +0100 Subject: drop extensions --- _extensions/dragonstyle/unsplash/style.css | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 _extensions/dragonstyle/unsplash/style.css (limited to '_extensions/dragonstyle/unsplash/style.css') 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 -- cgit v1.2.3