mirror of
https://github.com/Rushilwiz/HiLo.git
synced 2025-04-09 14:40:16 -04:00
fixed scaling
This commit is contained in:
parent
b8a3a09b41
commit
42af60c9ba
|
@ -56,8 +56,8 @@
|
||||||
</section>
|
</section>
|
||||||
<div id="insta-section"class="row">
|
<div id="insta-section"class="row">
|
||||||
<div class="col-lg p-5">
|
<div class="col-lg p-5">
|
||||||
<p class="insta-info">These responses are not being used in any negative way
|
<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
|
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
|
have to share your name or where you live, it just makes your
|
||||||
responses more identifiable if you see them on the instagram.
|
responses more identifiable if you see them on the instagram.
|
||||||
every two weeks or so there will be a new question put out via
|
every two weeks or so there will be a new question put out via
|
||||||
|
|
|
@ -78,7 +78,7 @@ body::-webkit-scrollbar {
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
transform: scale(1.2); }
|
width: 100vw; }
|
||||||
|
|
||||||
.info-col {
|
.info-col {
|
||||||
background-color: #fff; }
|
background-color: #fff; }
|
||||||
|
@ -99,7 +99,8 @@ body::-webkit-scrollbar {
|
||||||
font-size: .75em; } }
|
font-size: .75em; } }
|
||||||
|
|
||||||
#insta-section {
|
#insta-section {
|
||||||
border-bottom: 2px solid white; }
|
border-bottom: 2px solid white;
|
||||||
|
font-family: "Hanson-Bold", "Arial", sans-serif; }
|
||||||
#insta-section div {
|
#insta-section div {
|
||||||
background-color: #ffffff; }
|
background-color: #ffffff; }
|
||||||
|
|
||||||
|
|
|
@ -147,7 +147,7 @@ body::-webkit-scrollbar {
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
transform: scale(1.2);
|
width: 100vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-col{
|
.info-col{
|
||||||
|
@ -179,6 +179,7 @@ body::-webkit-scrollbar {
|
||||||
|
|
||||||
#insta-section {
|
#insta-section {
|
||||||
border-bottom: 2px solid white;
|
border-bottom: 2px solid white;
|
||||||
|
font-family: $font-stack;
|
||||||
div {
|
div {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user