diff --git a/web/app/themes/mitlib-child/inc/content-front.php b/web/app/themes/mitlib-child/inc/content-front.php
index 3dd969a0..9ab8ea2e 100644
--- a/web/app/themes/mitlib-child/inc/content-front.php
+++ b/web/app/themes/mitlib-child/inc/content-front.php
@@ -36,15 +36,16 @@
$the_query->the_post();
?>
-
+
i {
margin-right: 12px;
&:before{
@@ -124,14 +124,13 @@
}
div > h3 {
- font-weight: 700;
+ font-weight: 600;
margin-top: 2px;
+ font-size: 1.25rem;
}
p {
- margin-bottom: 16px;
-
- &:last-of-type {margin-bottom: 0 !important;}
+ margin-bottom: 16px;
}
.btn {
@@ -174,4 +173,24 @@
content: "\f00c";
}
}
+}
+
+.mitlib-alert {
+ p:last-of-type {margin-bottom: 0 !important;}
+}
+
+.mitlib-spotlight {
+ border-color: $spotlight-border-color;
+ column-gap: 24px;
+
+ img {
+ width: 100%;
+ max-width: 170px;
+ min-width: 100px;
+ height: 100%;
+ }
+
+ p {
+ padding-bottom: 4px;
+ }
}
\ No newline at end of file
diff --git a/web/app/themes/mitlib-parent/style.css b/web/app/themes/mitlib-parent/style.css
index 69a61225..574acf3a 100644
--- a/web/app/themes/mitlib-parent/style.css
+++ b/web/app/themes/mitlib-parent/style.css
@@ -1,7 +1,7 @@
/*
Theme Name: MITlib Parent
Author: MIT Libraries
-Version: 0.7
+Version: 0.8
Description: The parent theme for the MIT Libraries' Pentagram-designed identity.
*/