fixed scaling

This commit is contained in:
Rushil Umaretiya 2020-09-30 20:24:28 -04:00
parent b8a3a09b41
commit 42af60c9ba
3 changed files with 7 additions and 5 deletions

View File

@ -56,8 +56,8 @@
</section>
<div id="insta-section"class="row">
<div class="col-lg p-5">
<p class="insta-info">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
<p class="insta-info">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

View File

@ -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; }

View File

@ -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;
}