mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
65b50ecc1a
Fixes crash on https://signal.org/
7 lines
No EOL
195 B
HTML
7 lines
No EOL
195 B
HTML
<!DOCTYPE html><style>
|
|
.container {
|
|
display: grid;
|
|
grid-template-columns: calc(1fr) calc(1fr);
|
|
}
|
|
</style>
|
|
<div class="container"><div>1</div><div>2</div><div>3</div></div> |