Skip to content

Commit

Permalink
Optimized 'Training' Page for Mobile Responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
PR4NJ41 authored and ragesoss committed Jan 5, 2024
1 parent d13f381 commit 70b491d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/assets/stylesheets/training_modules/_cards.styl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
padding 10px 11px
width 50px
height 50px
position absolute
right 0px
.action-card-icon
transition left 0.125s
color #fff
Expand Down
7 changes: 7 additions & 0 deletions app/assets/stylesheets/training_modules/_training.styl
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,10 @@
.wait
padding 2px 5px 2px 5px
background url('../images/loader.gif') no-repeat 50% transparent

@media only screen and (max-width: 550px)
.training-libraries
display flex
flex-direction column
.training-libraries__individual-library, .training-library-focus
width 100%

0 comments on commit 70b491d

Please sign in to comment.