diff --git a/homepage/templates/homepage/index.html b/homepage/templates/homepage/index.html index 9eeeb8c..b1e5ea8 100755 --- a/homepage/templates/homepage/index.html +++ b/homepage/templates/homepage/index.html @@ -56,8 +56,8 @@
These responses are not being used in any negative way - , just to hear stories and see how cool people are all over! you do not +
These responses are not being used in any negative way, + just to hear stories and see how cool people are all over! you do not have to share your name or where you live, it just makes your responses more identifiable if you see them on the instagram. every two weeks or so there will be a new question put out via diff --git a/static/css/styles.css b/static/css/styles.css index ad06e38..830818a 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -78,7 +78,7 @@ body::-webkit-scrollbar { background-position: center; background-size: contain; background-attachment: fixed; - transform: scale(1.2); } + width: 100vw; } .info-col { background-color: #fff; } @@ -99,7 +99,8 @@ body::-webkit-scrollbar { font-size: .75em; } } #insta-section { - border-bottom: 2px solid white; } + border-bottom: 2px solid white; + font-family: "Hanson-Bold", "Arial", sans-serif; } #insta-section div { background-color: #ffffff; } diff --git a/static/css/styles.scss b/static/css/styles.scss index d889d08..4126a2a 100755 --- a/static/css/styles.scss +++ b/static/css/styles.scss @@ -147,7 +147,7 @@ body::-webkit-scrollbar { background-position: center; background-size: contain; background-attachment: fixed; - transform: scale(1.2); + width: 100vw; } .info-col{ @@ -179,6 +179,7 @@ body::-webkit-scrollbar { #insta-section { border-bottom: 2px solid white; + font-family: $font-stack; div { background-color: #ffffff; }