From 6ffdf8759dbce8b7ade464a7f171fe1efcd73555 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 19 Jan 2024 13:43:55 +0100 Subject: initial draft --- _extensions/dragonstyle/unsplash/style.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create 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 new file mode 100644 index 0000000..42f9620 --- /dev/null +++ b/_extensions/dragonstyle/unsplash/style.css @@ -0,0 +1,25 @@ +.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