-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update about and business faq #415
Conversation
I think we could go for increasing the paragraph font size on these too. I think this requires creating a new class for the about page |
Just looking over the code changes, and in vagrant, it all looks pretty good.
|
I tried to do a relative path but with the haml and locale files it was proving to be a pita so I just kinda gave up 😅 |
Yeah, it's more complicated than it probably should be. (That's computer tech in a nutshell for you?) :P Here is what I came up with: DeeDeeG@6c8d7e1 |
That works :) I was trying to use the rails link helpers which made it weird |
Hi, am having a look at DeeDeeG/refugerestrooms@6c8d7e1 and have fetched the branch locally in order to start translating it. |
* Add = sign to hrefs (fixes dead links) * Change links to use relative paths (convenient for Vagrant testing)
I think we can merge this PR if we want to clean up the PRs list a bit. Bumping paragraph size can be posted as an issue to get to eventually, so we don't forget. Might make for a (note: we have 9 open PRs in the queue, all filed within the past month and a half's time! Wow, are we popular! But yeah, it's piling up!) |
* Adds a class "p-text-sizebump" that scales existing font size of <p> elements by "1.1x". Only affects <p> elements; * Style can be set directly on a <p> element, or on any ancestor of a <p> element, in order to have an effect on its text size. * Applies the "p-text-sizebump" class for paragraph text within the "about" page, and does same within the "business_info" page.
I added a commit that bumps paragraph size. (Computes to "15.4px" rather than "14px".) Open to comments or suggestions about how to improve the implementation. |
…ugerestrooms into update-about-and-faq
…out-and-faq update about and business faq
…out-and-faq update about and business faq
Turning #272 into haml