-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
Milestone
Description
The four code blocks on the homepage should be two in one row, instead of wasting a bunch of space:
Those code blocks could easily fit next to each other instead of having a massive amount of horizontal space, like this:
Write your code | |
---|---|
import bar from 'foo'; | export function bar() |
Bundle with webpack | |
module.exports = {} | <html> |
sokra