mirror of
https://github.com/withastro/astro.git
synced 2025-03-03 22:57:08 -05:00
* feat: add preact-ssr-prepass * added more info to changelog * fix example in changelog * fix changelog description * fix tab in code of changelog * Update .changeset/blue-bobcats-remain.md --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
7 lines
137 B
CSS
7 lines
137 B
CSS
.counter {
|
|
display: grid;
|
|
font-size: 2em;
|
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
margin-top: 2em;
|
|
place-items: center;
|
|
}
|