hugo-blox-builder icon indicating copy to clipboard operation
hugo-blox-builder copied to clipboard

Responsive broken on Academic CV

Open IPv777 opened this issue 7 months ago • 3 comments

Preliminary Checks

  • [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/HugoBlox/hugo-blox-builder/issues?q=is%3Aissue
  • [X] This issue is not a question, feature request, or anything other than a bug report directly related to Hugo Blox Builder. Please post those things on Discord: https://discord.gg/z8wNYzb

Description

The responsive break occurs with Firefox Desktop using mobile view and with Chrome on my Android

image

Reproduction Link

https://academic-demo.netlify.app

Steps to Reproduce

  1. Load Academic CV on a mobile browser
  2. Slide to left

Expected Result

correct wrap off all text on the page

Actual Result

not working

What Hugo Module versions does your site use?

On my website :

module [github.com/HugoBlox/hugo-blox-builder/starters/academic-cv](https://pkg.go.dev/github.com/HugoBlox/hugo-blox-builder/starters/academic-cv)

go 1.19

require (
	[github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify](https://pkg.go.dev/github.com/HugoBlox/hugo-blox-builder/modules/[email protected]) v1.1.2-0.20231209203044-d31adfedd40b
	[github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind](https://pkg.go.dev/github.com/HugoBlox/hugo-blox-builder/modules/[email protected]) v0.2.1-0.20240602133901-492e343c2a33
)

On your demo website, I dont know

What operating system(s) are you seeing the problem on?

Windows, Android

What browser(s) are you seeing the problem on?

Chrome, Firefox

Which Hugo Blox template are you using?

Academic CV

What version of Hugo are you using?

0.126.3

IPv777 avatar Jul 23 '24 16:07 IPv777