-
V2.35 >45 installs
+
{{- partial "detail-btn.html" . -}}
@@ -37,6 +39,12 @@
top:0.502vw;
}
+ .card-text-container{
+ float:left;
+ position: relative;
+ width:48%;
+ }
+
.thumbnail-body-mobile{
display: none;
}
diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css
index 80d0765..dcb5d53 100644
--- a/src/static/css/homepage.css
+++ b/src/static/css/homepage.css
@@ -117,9 +117,22 @@ hr{
}
+.hero-section{
+ background-image: url("/Images/x-large-grid-hero.svg");
+ background-attachment: fixed;
+ background-position: top;
+ background-repeat: repeat;
+ background-size: contain;
+}
-
-
+.hero-bottom{
+ background-image: url("/Images/x-large-grid-hero.svg");
+ background-attachment: fixed;
+ background-position: center-top;
+ background-repeat: repeat;
+ background-size: contain;
+ height: 75px;
+}
@media only screen and (min-width: 1200px) {