Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile #83

Merged
merged 35 commits into from
Dec 20, 2021
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
d1a32c5
initial commit
mmolta Dec 18, 2021
26782a8
update scene text
mmolta Dec 18, 2021
bf3fafe
update first scene table and layout
mmolta Dec 18, 2021
6eccfd9
arrange intro bikes + other sizing
mmolta Dec 18, 2021
57584e7
resize wheels
mmolta Dec 18, 2021
4b696b8
force labels above layers
mmolta Dec 18, 2021
e6d7d11
start footer
mmolta Dec 19, 2021
27fd407
update analysis nav
mmolta Dec 19, 2021
bad3087
update story footer + analysis nav
mmolta Dec 19, 2021
1099516
update ipd text colors
mmolta Dec 19, 2021
c930918
update footer
mmolta Dec 19, 2021
f1f1d5a
demo angled bg for first-scene + clean intro links
mmolta Dec 19, 2021
6f67427
calculate first-scene margin-top using side-nav height
mmolta Dec 19, 2021
b5f2f40
update footer for new alignments
mmolta Dec 19, 2021
97167cd
increase scene text width + update lts table
mmolta Dec 19, 2021
9fab50a
constistent scene-text + delete old text-flat classes
mmolta Dec 19, 2021
6d2b69b
first scene positioning + size
mmolta Dec 19, 2021
392f2c3
reintroduce text-flat
mmolta Dec 19, 2021
8905a7e
update regional view center & finish footer & update scene highlight …
mmolta Dec 20, 2021
31d43ef
handle first scene offest on scroll
mmolta Dec 20, 2021
56aecf4
add finished buffer text
mmolta Dec 20, 2021
d725e04
set up mobile zoom/center conditions + apply to first set of scenes
mmolta Dec 20, 2021
4bd5ad2
add mobile zoom + center to second set of scenes
mmolta Dec 20, 2021
12d2a50
decrease table cell padding & update centerMobile for regional scenes
mmolta Dec 20, 2021
b56ec4d
add analytics + begin updating meta tags
mmolta Dec 20, 2021
4f65ca2
add moz-prefix to handle tooltip positioning bug
mmolta Dec 20, 2021
a18fa27
update story og img
mmolta Dec 20, 2021
eb56823
add gtm to story + analysis map & update og and other meta tags
mmolta Dec 20, 2021
1e2d3cb
handle buffer text mobile
mmolta Dec 20, 2021
03889bf
update created date meta tag
mmolta Dec 20, 2021
0d4746c
update links
mmolta Dec 20, 2021
f4d6a2a
increase large-p mobile
mmolta Dec 20, 2021
153f32d
apply specificty to lang declaration html tag
mmolta Dec 20, 2021
90e4594
www to analysis meta
mmolta Dec 20, 2021
ec4b764
clean up comments
mmolta Dec 20, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
increase scene text width + update lts table
  • Loading branch information
mmolta committed Dec 19, 2021
commit 97167cd83ae567d128002a505555105a89f754ab
12 changes: 3 additions & 9 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ strong {
box-shadow: var(--box-shadow);
border-radius: var(--border-radius);
font-size: 1em;
width: 45ch;
width: 33em;
margin-right: var(--wrapper-padding);
opacity: 0;
z-index: 6;
Expand Down Expand Up @@ -501,12 +501,11 @@ strong {
#regional-lts-table {
z-index: 3;
max-width: 750px;
font-size: 1rem;
font-size: 1em;
background-color: white;
box-shadow: var(--box-shadow);
text-align: center;
margin: 0 auto;
border-radius: var(--border-radius);
margin-left: 6%;
}
#regional-lts-table thead th:nth-child(1) {
width: 10%;
Expand All @@ -521,11 +520,7 @@ strong {
padding-top: 1.15rem;
padding-bottom: 1.15rem;
}
.top-left-corner-cell {
border-top-left-radius: var(--border-radius);
}
.top-right-corner-cell {
border-top-right-radius: var(--border-radius);
text-align: left;
}
.regional-lts-table-cat {
Expand All @@ -547,7 +542,6 @@ strong {
}
#regional-lts-table-4 {
background-color: var(--theme-red);
border-bottom-left-radius: var(--border-radius);
}
.lts-table-ul li {
margin-bottom: 5px;
Expand Down