From 75a9037c069e86029447f034ada540b044c57d65 Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Wed, 3 Jul 2024 12:56:40 -0400 Subject: [PATCH] Add includes to escape layout structure and create fullwidth sections --- _includes/fullwidth_end.html | 4 ++++ _includes/fullwidth_start.html | 4 ++++ _sass/dogwood/_layout.scss | 5 +++++ 3 files changed, 13 insertions(+) create mode 100644 _includes/fullwidth_end.html create mode 100644 _includes/fullwidth_start.html diff --git a/_includes/fullwidth_end.html b/_includes/fullwidth_end.html new file mode 100644 index 0000000..6a7c6ca --- /dev/null +++ b/_includes/fullwidth_end.html @@ -0,0 +1,4 @@ + +
+
+
\ No newline at end of file diff --git a/_includes/fullwidth_start.html b/_includes/fullwidth_start.html new file mode 100644 index 0000000..60133ff --- /dev/null +++ b/_includes/fullwidth_start.html @@ -0,0 +1,4 @@ +
+
+
+
\ No newline at end of file diff --git a/_sass/dogwood/_layout.scss b/_sass/dogwood/_layout.scss index 66fe8df..692e0f2 100644 --- a/_sass/dogwood/_layout.scss +++ b/_sass/dogwood/_layout.scss @@ -1250,6 +1250,11 @@ table.schedule { padding-bottom: $sp*2; width: 100%; } +.fullwidth { + width: 100%; + position: relative; + overflow: hidden; +} article { position: relative;