summaryrefslogtreecommitdiff
path: root/design/sass
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2020-08-03 18:39:37 -0400
committerluxagraf <sng@luxagraf.net>2020-08-03 18:39:37 -0400
commit55409474092d594f3c483e0869b71f962c706322 (patch)
tree191608fdcf157e1be1477f4a6ad95e4af78c4f77 /design/sass
parenteea8117ac3b58d8ac9eb1c9f94d27ac28fc67008 (diff)
added the rest of my recent work
Diffstat (limited to 'design/sass')
-rw-r--r--design/sass/_lttr.scss62
1 files changed, 62 insertions, 0 deletions
diff --git a/design/sass/_lttr.scss b/design/sass/_lttr.scss
new file mode 100644
index 0000000..4ce9f13
--- /dev/null
+++ b/design/sass/_lttr.scss
@@ -0,0 +1,62 @@
+.large-top-image{
+ background: #faf7f5;
+ img {
+ max-width: 94%;
+ margin: 4rem 0;
+ }
+}
+.lttr {
+ @include constrain_narrow;
+ margin-top: 6rem;
+ header {
+ padding-bottom: 3rem;
+ border-bottom: 1px #f0edeb solid
+ }
+}
+.lttr-box {
+ background: #faf7f5;
+ padding: .5rem;
+ display: inline-block;
+ border: 1px #e0dedc solid;
+}
+.lttr-cover {
+ margin-right: 1.2rem;
+}
+#recommended-reading {
+ .book-title {
+ @include fontsize(28);
+ font-weight: 400;
+ margin-bottom: 0;
+ }
+ h6 {
+ margin-top: 0;
+ @include fontsize(18);
+ font-weight: 400;
+ }
+}
+
+#page-navigation img {
+ width: 300px;
+ height: 160px;
+ object-fit: cover;
+}
+#page-navigation h4 {
+ text-align: center;
+ @include fontsize(22);
+ @include fancy_sans;
+ color: #333;
+}
+#page-navigation .nav-title {
+ @include fontsize(22);
+ line-height: 1.5;
+}
+#page-navigation .photo-arrow-next {
+ text-align: left;
+}
+.page-nav-photo li {
+ display: inline-block;
+ margin: 0 0 0 3rem !important;
+ &:first-of-type {
+ margin-left: 0 !important;
+ }
+}