4 Commits

Author SHA1 Message Date
Cory Watilo
5ab28b3678 Article legibility (#2180)
* refactor article styles to share between handbook, docs, blog, customers, generic

* make links red!

* format "let us know" block as blockquote, use component in this article

* formatting

* set default article font size, then override where we want it smaller

* fixed small ui issue on old blog post

* convert md h1s to h2s (and other cascading adjustments)

* replace postcss-nested with tailwindcss/nesting

* update yarn.lock

Co-authored-by: Cory Watilo <corywatilo@gmail.com>
Co-authored-by: Eli Kinsey <eli@ekinsey.dev>
2021-10-05 15:15:13 -07:00
Eli Kinsey
98c4f44cfc add autoprefixer to postcss config (#1631) 2021-07-28 16:34:47 +01:00
Cory Watilo
54b7f9275d Refreshed homepage hero, platform section, buttons (#1319)
* add osiris, new primary button styles, update nav

* remove primary button brackets

* fix local env issues

* refactor button styles, secondary button

* sunset the moon, land (remove) the rocket

* correctly angle icons in buttons

* Update yarn.lock

* polish button styles

* broken cta hover states (for debugging)

* Install postcss-nested for nesting in .css

* switch button css to scss

* Update global.css

* updating proof ui

* get fonts in order

- use SK Curiosity for all text fonts
- remove one-off hard-coded fonts
- fix font stacks

* getting new hero graphic, headline, buttons in order

* 5-step process view

* transition to those sweet sweet mountains

* button css -> scss

* v1 of new platform section

* platform background embellishments

* restructure platform block for responsivity

* hero responsive polish

* propagate button styles throughout site

* fix homepage header on light mode to always stay dark

* use tailwind

* remove 3D hero image until we roll out 3D site-wide

* minor pricing page cleanup, verbiage tweaks

* hero style tweaks

- removed upper mountain range
- data lakes -> data warehouse
- smooth out gradients between sections

Co-authored-by: Cory Watilo <corywatilo@gmail.com>
Co-authored-by: Michael Matloka <dev@twixes.com>
2021-05-12 09:11:00 +01:00
Mike Nicklas
4051ea4f52 Setup Tailwind and PostCSS with Gatsby (#977)
* Setup tailwind and postcss with gatsby

* Switch image to inline-block and remove max-width on container

* Add missing space for enterprise email link

* Use initial styling for ordered & unordered lists

* Add correct style types for ul/ol elements

* Fix block level images in contributors grid

* Use scss for contributor faces instead of utility classes
2021-02-17 13:15:42 +00:00