Skip to content

Commit

Permalink
bugfix 1 for vtext 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Heminger authored and Jeremy Heminger committed May 28, 2019
1 parent 38a5dcc commit 593b636
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 26 deletions.
Binary file modified .sass-cache/af2ed9d888c30bc0b6b7a7c69c04aac02f991d8c/_g.scssc
Binary file not shown.
Binary file modified .sass-cache/af2ed9d888c30bc0b6b7a7c69c04aac02f991d8c/_type.scssc
Binary file not shown.
38 changes: 17 additions & 21 deletions css/style.css
Expand Up @@ -194,7 +194,7 @@ a {
color: #000000; }

/* line 14, ../working/sass/_type.scss */
.footer a {
footer a {
color: #ffffff; }

/* line 1, ../working/sass/_classes.scss */
Expand Down Expand Up @@ -448,8 +448,7 @@ footer {
/* line 6, ../working/sass/_g.scss */
.g .title {
position: absolute;
top: 550px;
left: 300px; }
top: 35px; }
/* line 11, ../working/sass/_g.scss */
.g h1 {
font-size: 9em;
Expand All @@ -458,57 +457,54 @@ footer {
color: #de0000;
text-align: right;
transform: rotate(-90deg);
width: 150%; }
/* line 20, ../working/sass/_g.scss */
width: 150%;
height: 140vh; }
/* line 21, ../working/sass/_g.scss */
.g h2 {
font-weight: 400;
font-size: 1.3em;
margin-bottom: 2em; }
/* line 25, ../working/sass/_g.scss */
/* line 26, ../working/sass/_g.scss */
.g p {
font-weight: 100; }
/* line 28, ../working/sass/_g.scss */
/* line 29, ../working/sass/_g.scss */
.g .sub {
padding: 1em; }
/* line 31, ../working/sass/_g.scss */
/* line 32, ../working/sass/_g.scss */
.g .sub h2 {
padding-top: 30%; }
/* line 34, ../working/sass/_g.scss */
/* line 35, ../working/sass/_g.scss */
.g .grey {
padding: 1em; }

@media (max-width: 1366px) {
/* line 40, ../working/sass/_g.scss */
.g .title {
top: 560px;
left: 0px; } }
@media (max-width: 1280px) {
/* line 51, ../working/sass/_g.scss */
/* line 52, ../working/sass/_g.scss */
.g h1 {
font-size: 8em; } }
font-size: 8em;
width: 170%; } }
@media (max-width: 1024px) {
/* line 58, ../working/sass/_g.scss */
/* line 60, ../working/sass/_g.scss */
.g .grid {
display: block;
width: 100%;
float: left; }
/* line 63, ../working/sass/_g.scss */
/* line 65, ../working/sass/_g.scss */
.g .flex {
display: block;
width: 100%;
float: left; }
/* line 68, ../working/sass/_g.scss */
/* line 70, ../working/sass/_g.scss */
.g .title {
position: initial; }
/* line 71, ../working/sass/_g.scss */
/* line 73, ../working/sass/_g.scss */
.g h1 {
font-size: 5em;
text-align: left;
transform: none;
height: inherit;
padding: inherit;
width: 100%; }
/* line 79, ../working/sass/_g.scss */
/* line 81, ../working/sass/_g.scss */
.g .sub h2 {
padding-top: inherit; } }
/* line 1, ../working/sass/_h.scss */
Expand Down
10 changes: 6 additions & 4 deletions working/sass/_g.scss
Expand Up @@ -5,8 +5,8 @@
}
.title {
position: absolute;
top: 550px;
left: 300px;
//top: 550px;
top: 35px;
}
h1 {
font-size: 9em;
Expand All @@ -16,6 +16,7 @@
text-align: right;
transform: rotate(-90deg);
width: 150%;
height: 140vh;
}
h2 {
font-weight: 400;
Expand All @@ -38,8 +39,8 @@
@media (max-width: 1366px) {
.g {
.title {
top: 560px;
left: 0px;
//top: 560px;
//left: 0px;
}
}
}
Expand All @@ -50,6 +51,7 @@
}
h1 {
font-size: 8em;
width: 170%;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion working/sass/_type.scss
Expand Up @@ -10,7 +10,7 @@ p {
a {
color: $black;
}
.footer {
footer {
a {
color: $white;
}
Expand Down

0 comments on commit 593b636

Please sign in to comment.