mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:58:11 +00:00

Previously we used the border box, which meant that tracks did not grow to accommodate item margins.
10 lines
No EOL
261 B
HTML
10 lines
No EOL
261 B
HTML
<!DOCTYPE html><style>
|
|
* { border: 1px solid black; }
|
|
body {
|
|
display: grid;
|
|
grid-template-columns: 1fr min(89ch, 100% - 89px) 1fr;
|
|
}
|
|
h1 {
|
|
grid-column: 2 / auto;
|
|
}
|
|
</style><body><h1>Null publishes fine indie games</h1> |