kelvinlockwood / kelvinlockw.xyz

MIT License
0 stars 1 forks source link

Layouts #22

Open kelvinlockwood opened 3 years ago

kelvinlockwood commented 3 years ago

Update: Paragraph text should be 700 pixels wide

The current line length we have in place is too narrow, I'm currently measuring it at 590 pixels (on my desktop browser).

The line length on Medium is 670 pixels and on Wired its 620 pixels.

We probably should be aiming for 670 but bear in mind that our page layout / style is closer to Wired than Medium.

https://www.wired.co.uk/article/bamboo-architecture

MoNouri97 commented 3 years ago

image how about this also should I remove that border (above the tags)

kelvinlockwood commented 3 years ago

Let's lean on the Tailwind blog layout and the Tailwind Typography plugin to resolve this issue.

kelvinlockwood commented 3 years ago

Make the paragraph text 30 pixels wider by adding to the left hand side...

Screenshot 2021-03-25 at 08 50 09
kelvinlockwood commented 3 years ago

Make this content narrower so that it fits within 900 pixels. It's okay if there is a tiny bit of text overlapping the image...

Screenshot 2021-03-25 at 11 27 28

This section can be a tiny bit wider occupying 1040 pixels...

Screenshot 2021-03-25 at 11 29 03
kelvinlockwood commented 3 years ago

Article-list and Notes-list can occupy 700 pixels to make it consistent with the paragraph text within articles...

Screenshot 2021-03-25 at 12 45 46
kelvinlockwood commented 3 years ago

I think it would be nice to have both the header section and footer section 600 pixels high...

Screenshot 2021-03-28 at 13 45 15 Screenshot 2021-03-28 at 13 45 01
MoNouri97 commented 3 years ago

besides the height of the footer and header ( I could make it 600px without breaking the entire layout) everything else should be fixed , width is around 700px for article , articles list and notes list

kelvinlockwood commented 3 years ago

The only thing outstanding here is the height of the header and footer... https://github.com/kelvinlockwood/kelvinlockw.xyz/issues/22#issuecomment-808894168