« get me outta code hell

blog - My blog website - https://florrie.ed1.club
about summary refs log tree commit diff
path: root/site/static/site.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/static/site.css')
-rw-r--r--site/static/site.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/site/static/site.css b/site/static/site.css
index b0e5801..03d3444 100644
--- a/site/static/site.css
+++ b/site/static/site.css
@@ -112,6 +112,25 @@ div.art-container {
   margin-top: 4px;
 }
 
+div.art-container.full-width {
+  margin-top: 24px;
+  margin-bottom: 12px;
+  text-align: center;
+}
+
+div.art-container.full-width div {
+  display: block;
+  position: relative;
+  margin-left: calc(-50vw + 4em);
+  margin-right: calc(-50vw + 4em);
+  max-width: calc(100vw - 8em);
+  width: calc(100vw - 8em);
+  margin-bottom: 12px;
+}
+
+div.art-container.full-width div img {
+  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
+}
 /* Page specific stuff ----------------------------------------------------- */
 
 /* Post pages */