Skip to content

Fix profile image's top padding in compact view (#14211)#14280

Open
rnd195 wants to merge 2 commits intoquarto-dev:mainfrom
rnd195:bugfix/14211
Open

Fix profile image's top padding in compact view (#14211)#14280
rnd195 wants to merge 2 commits intoquarto-dev:mainfrom
rnd195:bugfix/14211

Conversation

@rnd195
Copy link
Copy Markdown

@rnd195 rnd195 commented Mar 28, 2026

Fixes #14211 - Add top padding to the profile image on a website's about page in compact view (trestles, marquee, broadside)

Description

I modify three lines in the src/resources/projects/website/about/about.scss file, all related to the profile image's top padding in compact view.

LINE 175:

LINES 227 & 264:

Verification

  1. Create a new website project: quarto create project blog test title
  2. (Optional) In _quarto.yml, change the theme from cosmo to cerulean for better visibility
  3. In about.qmd, choose one of trestles, marquee, or broadside templates
  4. Run quarto preview about.qmd in the created project's root directory
  5. Make the browser window narrower to enter compact view (or open the website on your phone)

Checklist

I have (if applicable):

  • filed a contributor agreement.
  • referenced the GitHub issue this PR closes
  • updated the appropriate changelog in the PR
  • ensured the present test suite passes
  • added new tests
  • created a separate documentation PR in Quarto's website repo and linked it to this PR

rnd195 added 2 commits March 28, 2026 14:06
When opening a website's "About" page in compact view (with a narrow browser window), the `profile.jpg` image has no top padding in the `trestles`, `marquee` and `broadside` templates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add top padding to the profile image on a website's about page in compact view (trestles, marquee, broadside)

1 participant