Skip to content

Commit

Permalink
Responsive CSS fix
Browse files Browse the repository at this point in the history
Responsive p width fix at mobile size
  • Loading branch information
ericthebell committed Sep 28, 2024
1 parent c5baee8 commit 5f7ffe9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ Partly inspired by the philosophy of [learning in public](https://www.swyx.io/le
- [x] realign header and footer to uniform width for both layouts
- [x] figure out Tufte images CSS
- [x] redirect ericthebell.com
- [ ] role pages content & images
- [x] second pass CSS styling
- [x] role pages content & images
- [ ] why are github actions running twice
- [ ] projects pages content & images
- [ ] thumbnails for everything
- [x] accolades on About page
- [ ] better focused expertise & goals
- [ ] collection pages for `tag`s
- [ ] tag filterable view (projects, talks, roles)
- [ ] second pass CSS styling
- [ ] better focused expertise & goals
- [ ] tag filterable portfolio view (projects, talks, roles)
- [ ] thumbnail grid tiling
- [ ] portfolio page with tag filterable view (projects, talks, roles)
- [ ] rename `portfolio` roles list to `career`
- [ ] content management for Jekyll collections
- [ ] restore blog page and update posts layout
Expand Down
6 changes: 4 additions & 2 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,12 @@ a:visited {
hr,
section > p,
section > footer,
section > table {
section > table,
article.tufte > p,
.tufte article > div > p {
width: 100%;
}

pre > code {
width: 97%;
}
Expand Down

0 comments on commit 5f7ffe9

Please sign in to comment.