Skip to content

Commit

Permalink
chore: update case study w/ latest revision + fix banner size (#36)
Browse files Browse the repository at this point in the history
* banner text size

* chore: update to latest case study revision

---------

Co-authored-by: kristopherray <kris@kristopherray.com>
  • Loading branch information
Gowiem and kristopherray authored Nov 25, 2024
1 parent 44a6ea2 commit bba3515
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2570,6 +2570,14 @@ footer {
#banner h1, #banner h2 {
text-transform: none;
font-size:80px;

@media(max-width:767px){
font-size:55px;
}

@media(max-width:575px){
font-size:40px;
}
}

#banner {
Expand Down
Binary file modified static/download/power-digital-case-study.pdf
Binary file not shown.

0 comments on commit bba3515

Please sign in to comment.