deltachat-bot / bot-pages

Source of bots.delta.chat
https://bots.delta.chat
GNU General Public License v3.0
3 stars 0 forks source link

Redesign #27

Closed pabzm closed 4 years ago

pabzm commented 4 years ago

I fiddled around with the site's styles because I had some time to spare. It uses bulma (responsiveness built-in), and DC's primary and link colors.

This still leaves room for improvement, but I find it a big step ahead.

missytake commented 4 years ago

Hm, I agree it mostly looks better than the old page, and I would merge it from that perspective. OTOH it feels to me like it would be harder to later change things in the CSS; e.g. the two things which I miss from the old layout (but which are not critical):

I'm not blocking this, just wanted to note that it maybe reduces the amount of people who can touch the design. But I'm not sure if that's better with the current css.

pabzm commented 4 years ago

You can overwrite all details at the bottom of assets/styles/main.scss (I already increase the font-size for h1 there).

If you generally agree, can we merge this and improve the details afterwards? I would like to avoid long-running PRs.

lefherz commented 4 years ago

great, then I'll try to open another PR to check how easy it is to change the points raised. Overwriting them in one file sounds good indeed :)