Skip to content

Commit

Permalink
Closes: xriley#1 added missing mobile styling
Browse files Browse the repository at this point in the history
  • Loading branch information
xriley committed Oct 31, 2018
1 parent f9f7c61 commit f009af6
Show file tree
Hide file tree
Showing 13 changed files with 697 additions and 425 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
config.codekit
config.codekit3
2 changes: 1 addition & 1 deletion assets/css/pillar-1.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
Expand Down
15 changes: 14 additions & 1 deletion assets/css/pillar-2.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
Expand Down Expand Up @@ -8708,3 +8708,16 @@ a.theme-btn-on-bg:hover, a.theme-btn-on-bg:focus, a.theme-btn-on-bg:active, .the
.footer .fa-heart {
color: #fb866a;
}

@media (max-width: 767.98px) {
.resume-wrapper {
padding-top: 0;
}
.resume-header {
height: auto;
}
.resume-header .picture {
width: 120px;
border-radius: 4px;
}
}
15 changes: 14 additions & 1 deletion assets/css/pillar-3.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
Expand Down Expand Up @@ -8708,3 +8708,16 @@ a.theme-btn-on-bg:hover, a.theme-btn-on-bg:focus, a.theme-btn-on-bg:active, .the
.footer .fa-heart {
color: #fb866a;
}

@media (max-width: 767.98px) {
.resume-wrapper {
padding-top: 0;
}
.resume-header {
height: auto;
}
.resume-header .picture {
width: 120px;
border-radius: 4px;
}
}
15 changes: 14 additions & 1 deletion assets/css/pillar-4.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
Expand Down Expand Up @@ -8708,3 +8708,16 @@ a.theme-btn-on-bg:hover, a.theme-btn-on-bg:focus, a.theme-btn-on-bg:active, .the
.footer .fa-heart {
color: #fb866a;
}

@media (max-width: 767.98px) {
.resume-wrapper {
padding-top: 0;
}
.resume-header {
height: auto;
}
.resume-header .picture {
width: 120px;
border-radius: 4px;
}
}
15 changes: 14 additions & 1 deletion assets/css/pillar-5.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
Expand Down Expand Up @@ -8708,3 +8708,16 @@ a.theme-btn-on-bg:hover, a.theme-btn-on-bg:focus, a.theme-btn-on-bg:active, .the
.footer .fa-heart {
color: #fb866a;
}

@media (max-width: 767.98px) {
.resume-wrapper {
padding-top: 0;
}
.resume-header {
height: auto;
}
.resume-header .picture {
width: 120px;
border-radius: 4px;
}
}
15 changes: 14 additions & 1 deletion assets/css/pillar-6.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
Expand Down Expand Up @@ -8708,3 +8708,16 @@ a.theme-btn-on-bg:hover, a.theme-btn-on-bg:focus, a.theme-btn-on-bg:active, .the
.footer .fa-heart {
color: #fb866a;
}

@media (max-width: 767.98px) {
.resume-wrapper {
padding-top: 0;
}
.resume-header {
height: auto;
}
.resume-header .picture {
width: 120px;
border-radius: 4px;
}
}
Loading

0 comments on commit f009af6

Please sign in to comment.