Skip to content

Commit

Permalink
Develop responsive design for CV #17 #27
Browse files Browse the repository at this point in the history
Fix for Landscape view for iPads
  • Loading branch information
WayneLambert committed Aug 2, 2020
1 parent 55243ba commit dc8b9ec
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .slugignore
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,7 @@ dmypy.json
# Pyre type checker
.pyre/

# Static Files
*/static/*

# Temporary directory/file ignore
7 changes: 7 additions & 0 deletions scss/theme/_responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@
.footer{
margin-left: $sidebar-width;
}
.cv-header {
.picture {
width: 0;
visibility: hidden;
}
}

}

// Extra large devices (large desktops, 1200px and up)
Expand Down
5 changes: 4 additions & 1 deletion staticfiles/assets/css/theme-3.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion staticfiles/assets/css/theme-3.css.map

Large diffs are not rendered by default.

0 comments on commit dc8b9ec

Please sign in to comment.